summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin1.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-05-21 15:24:50 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-05-21 15:24:50 (GMT)
commitc80d46791fd63dbe0ccc1530fcbbd9ed67be1901 (patch)
treed2ec56171df657a0426b89e43416ef0ec8ae1506 /tools/testfiles/tbin1.ddl
parent71befdadcf5ae79650875a4e19b8cc5dc0aac468 (diff)
downloadhdf5-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/tbin1.ddl')
-rw-r--r--tools/testfiles/tbin1.ddl11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/testfiles/tbin1.ddl b/tools/testfiles/tbin1.ddl
index 3adbac0..22facb8 100644
--- a/tools/testfiles/tbin1.ddl
+++ b/tools/testfiles/tbin1.ddl
@@ -1,11 +1,12 @@
#############################
-Expected output for 'h5dump -d integer -o out1.bin -b LE tbinary.h5'
+Expected output for 'h5dump -d array -o out1.bin -b LE tbinary.h5'
#############################
HDF5 "tbinary.h5" {
-DATASET "integer" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
+DATASET "array" {
+ DATATYPE H5T_ARRAY { [6] H5T_STD_I32LE }
+ DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
DATA {
- }
+ }
}
}
+h5dump error: unable to print data