diff options
-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 |