summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/Expected/tcompound.hdf
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r5120] Purpose:Bill Wendling2002-03-291-0/+0
| | | | | | | | | HDF4 Removal Description: There were some testfiles still left after we removed HDF4 from the HDF5 tree... Platforms tested: Linux
* [svn-r2054] update the files since i hanged the hdf 5 versions of them.Patrick Lu2000-03-231-0/+0
| | | | the h5toh4 tests were not passing.
* [svn-r1336] h5toh4 test script used to compare the output of hdp applied onAlbert Cheng1999-06-141-0/+0
the generanted hdf files against saved output of hdp. This did not work well because whenever the hdp changes its output format, the tests failed unnecessarily. The tests also failed if the test machine uses a different version of HDF library from the HDF5 development machine. Changed the algorithm to compare the generated HDF files against saved HDF files (first by a simple cmp; if that fails, compare the output of the host machine's hdp on both HDF files.) Saved HDF files are stored in testfiles/Expected. Tested on Hawkwind (FreeBSD) with srcdir option and Baldric (Solaris) without srcdir option.