summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tdset.dmp
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r1338] Removed the tools/testfiles/*.dmp which are no longer used.Albert Cheng1999-06-141-428/+0
|
* [svn-r1264] Fixed output of hdp comparison files to align with the output ↵Quincey Koziol1999-05-201-13/+4
| | | | | | from the v4.1r3 dumper.
* [svn-r1172] Purpose:Paul Harten1999-04-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New feature Problem: The h5toh4 converter tester - testh5toh4, is set up to place output files in same directory as input files. A difficulty comes up when the input files come off a write-protected media, such-as CDROM. Solution: Rather than using "cd" to change directory and referencing files by short filename only, "input directory" and "output directory" are defined explicitly, and files are always referenced with pathnames included. For cases when the converter generates the output filename, a copy of the input file is first placed in the "output directory". The copied input file is used by h5toh4 and then removed. On Solaris2.5, the following sequence of commands seemed to work fine: $ gunzip < hdf5-1.1.72.tar.gz | tar xf - $ chmod -R ugo-w hdf5-1.1.72 $ mkdir build $ cd build $ ../hdf5-1.1.72/configure --enable-production --disable-debug \ $ --with-hdf4=... --with-zlib=... $ make check This change should allow the tester to be used when the hdf5 source is on a read only media like a CDROM. Platform tested: Solaris2.5
* [svn-r1055] Purpose:Paul Harten1999-02-021-4/+4
| | | | | | | | | | | | | | | | Bug fix Problem: The hdp dumper output files used in the h5toh4 converter test program have the result of the latest changes to the HDF4 library, but the converter was to maintain compatability with HDF4.1r2. Solution: Regenerate the HDF4.1r2 version of the hdp dumper ouput files to be used for the h5toh4 converter test program. Platform tested: Solaris2.5
* [svn-r1006] Updated output against the current version of the HDF4 dumper in ↵Quincey Koziol1999-01-061-4/+4
| | | | CVS.
* [svn-r977] Purpose:Paul Harten1998-12-211-65/+129
| | | | | | | | | | | | New feature Solution: Added some new new tests to show that paths involving HARDLINKS and paths involving SOFTLINKS convert existing objects from H5 to H4 the same way that paths involving no links does. Platform tested: Solaris2.5
* [svn-r940] Purpose:Paul Harten1998-11-211-0/+373
New Feature Solution: These files are the expected results of the HDF4 hdp dumper, which has been executed in the following order: hdp dumpvg file.hdf > file.dmp hdp dumpvd file.hdf >> file.dmp hdp dumpsds file.hdf >> file.dmp Platform tested: Solaris2.5, HP10.20