summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin4.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/tbin4.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/tbin4.ddl')
-rw-r--r--tools/testfiles/tbin4.ddl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tbin4.ddl b/tools/testfiles/tbin4.ddl
index 7bd0de3..8b0b367 100644
--- a/tools/testfiles/tbin4.ddl
+++ b/tools/testfiles/tbin4.ddl
@@ -1,10 +1,10 @@
#############################
-Expected output for 'h5dump -d float -o out4.bin -b BE tbinary.h5'
+Expected output for 'h5dump -d double -o out4.bin -b FILE tbinary.h5'
#############################
HDF5 "tbinary.h5" {
-DATASET "float" {
- DATATYPE H5T_IEEE_F32LE
- DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
+DATASET "double" {
+ DATATYPE H5T_IEEE_F64LE
+ DATASPACE SIMPLE { ( 100000 ) / ( 100000 ) }
DATA {
}
}