diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-21 15:24:50 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-05-21 15:24:50 (GMT) |
commit | c80d46791fd63dbe0ccc1530fcbbd9ed67be1901 (patch) | |
tree | d2ec56171df657a0426b89e43416ef0ec8ae1506 /tools/testfiles/tbin3.ddl | |
parent | 71befdadcf5ae79650875a4e19b8cc5dc0aac468 (diff) | |
download | hdf5-c80d46791fd63dbe0ccc1530fcbbd9ed67be1901.zip hdf5-c80d46791fd63dbe0ccc1530fcbbd9ed67be1901.tar.gz hdf5-c80d46791fd63dbe0ccc1530fcbbd9ed67be1901.tar.bz2 |
[svn-r13775]
Modified the current h5dump test script to use h5import/h5diff calls to validate the binary output. At this moment it can only be used with the native test, since h5import does not deal with input endianess.
tested: linux, sunos 5.10
Diffstat (limited to 'tools/testfiles/tbin3.ddl')
-rw-r--r-- | tools/testfiles/tbin3.ddl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tbin3.ddl b/tools/testfiles/tbin3.ddl index a49547f..cd2c2b5 100644 --- a/tools/testfiles/tbin3.ddl +++ b/tools/testfiles/tbin3.ddl @@ -1,10 +1,10 @@ ############################# -Expected output for 'h5dump -d array -o out3.bin -b MEMORY tbinary.h5' +Expected output for 'h5dump -d integer -o out3.bin -b MEMORY tbinary.h5' ############################# HDF5 "tbinary.h5" { -DATASET "array" { - DATATYPE H5T_ARRAY { [6] H5T_STD_I32LE } - DATASPACE SIMPLE { ( 2 ) / ( 2 ) } +DATASET "integer" { + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 6 ) / ( 6 ) } DATA { } } |