mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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.]
This commit is contained in:
parent
4237169f3e
commit
e971b7a958
36
MANIFEST
36
MANIFEST
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user