summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin3.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-10-03 16:33:55 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-10-03 16:33:55 (GMT)
commite23d2acad826dd7a4155b835872f029d0fcbe09f (patch)
tree73f311d66aa590ead55f16bc62635a2fb61eb16b /tools/testfiles/tbin3.ddl
parent16fe9dbb8213da1f0abe9ac07f1952bde10c5ca7 (diff)
downloadhdf5-e23d2acad826dd7a4155b835872f029d0fcbe09f.zip
hdf5-e23d2acad826dd7a4155b835872f029d0fcbe09f.tar.gz
hdf5-e23d2acad826dd7a4155b835872f029d0fcbe09f.tar.bz2
[svn-r12713]
added new tests with different datatypes for h5dump binary output tested: kagiso
Diffstat (limited to 'tools/testfiles/tbin3.ddl')
-rw-r--r--tools/testfiles/tbin3.ddl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tbin3.ddl b/tools/testfiles/tbin3.ddl
index 5226802..a49547f 100644
--- a/tools/testfiles/tbin3.ddl
+++ b/tools/testfiles/tbin3.ddl
@@ -1,10 +1,10 @@
#############################
-Expected output for 'h5dump -d integer -o out3.bin -b LE tbinary.h5'
+Expected output for 'h5dump -d array -o out3.bin -b MEMORY 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 {
}
}