diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-16 04:09:11 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-02-16 04:09:11 (GMT) |
commit | e971b7a958ad7fbb99fe7461b013c59adcb84fa3 (patch) | |
tree | 15f8b5176a1ad328649872efa9c18886e5cf72f7 /MANIFEST | |
parent | 4237169f3e1e351861056d30ee8f6341e1d3766f (diff) | |
download | hdf5-e971b7a958ad7fbb99fe7461b013c59adcb84fa3.zip hdf5-e971b7a958ad7fbb99fe7461b013c59adcb84fa3.tar.gz hdf5-e971b7a958ad7fbb99fe7461b013c59adcb84fa3.tar.bz2 |
[svn-r3421]
Purpose:
updating this file to include updated hdf4 test files for converter testing
Description:
[describe the bug, or describe the new feature, etc]
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -911,6 +911,7 @@ ./tools/h5dump.c ./tools/h5dump.h ./tools/h5dumptst.c +./tools/h4toh5test.c ./tools/h5import.c ./tools/h5ls.c ./tools/h5repart.c @@ -1054,6 +1055,23 @@ ./tools/testfiles/vg_nameclash2.hdf ./tools/testfiles/vg_simple.hdf +#new hdf4 files for testing converter +./tools/testfiles/anno_test.hdf +./tools/testfiles/gr_typ_test.hdf +./tools/testfiles/grnameclash_test.hdf +./tools/testfiles/ras_24_test.hdf +./tools/testfiles/ras_8_test.hdf +./tools/testfiles/sds_attr_test.hdf +./tools/testfiles/sds_dim_test.hdf +./tools/testfiles/sds_typ_test.hdf +./tools/testfiles/sdsnameclash_test.hdf +./tools/testfiles/vdata_test.hdf +./tools/testfiles/vdnameclash_test.hdf +./tools/testfiles/vg_all_test.hdf +./tools/testfiles/vg_hl_test.hdf +./tools/testfiles/vg_loop_test.hdf +./tools/testfiles/vgnameclash_test.hdf + # Expected output from h5ls tests ./tools/testfiles/help-1.ls ./tools/testfiles/help-2.ls @@ -1084,6 +1102,7 @@ ./tools/testfiles/Expected/tslink.hdf ./tools/testfiles/Expected/tstr.hdf ./tools/testfiles/Expected/tstr2.hdf +#the following files should be removed. ./tools/testfiles/Expected/vg.h5 ./tools/testfiles/Expected/anfile.h5 ./tools/testfiles/Expected/anno_obj.h5 @@ -1125,6 +1144,23 @@ ./tools/testfiles/Expected/vg_nameclash2.h5 ./tools/testfiles/Expected/vg_simple.h5 +#new expected hdf5 files from converter,2/15/01 +./tools/testfiles/Expected/anno_test.h5 +./tools/testfiles/Expected/gr_typ_test.h5 +./tools/testfiles/Expected/grnameclash_test.h5 +./tools/testfiles/Expected/ras_24_test.h5 +./tools/testfiles/Expected/ras_8_test.h5 +./tools/testfiles/Expected/sds_attr_test.h5 +./tools/testfiles/Expected/sds_dim_test.h5 +./tools/testfiles/Expected/sds_typ_test.h5 +./tools/testfiles/Expected/sdsnameclash_test.h5 +./tools/testfiles/Expected/vdata_test.h5 +./tools/testfiles/Expected/vdnameclash_test.h5 +./tools/testfiles/Expected/vg_all_test.h5 +./tools/testfiles/Expected/vg_hl_test.h5 +./tools/testfiles/Expected/vg_loop_test.h5 +./tools/testfiles/Expected/vgnameclash_test.h5 + #additional test input and output for h5dump XML ./tools/testfiles/tall.h5.xml ./tools/testfiles/tarray1.h5.xml |