summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin2.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tbin2.ddl')
-rw-r--r--tools/testfiles/tbin2.ddl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/testfiles/tbin2.ddl b/tools/testfiles/tbin2.ddl
index 2c17692..03f4e48 100644
--- a/tools/testfiles/tbin2.ddl
+++ b/tools/testfiles/tbin2.ddl
@@ -1,10 +1,10 @@
#############################
-Expected output for 'h5dump -d integer -b out2.bin -F DI test1.h5'
+Expected output for 'h5dump -d float -o out2.bin -b FILE tbinary.h5'
#############################
-HDF5 "test1.h5" {
-DATASET "integer" {
- DATATYPE H5T_STD_I32LE
- DATASPACE SIMPLE { ( 2 ) / ( 2 ) }
+HDF5 "tbinary.h5" {
+DATASET "float" {
+ DATATYPE H5T_IEEE_F32LE
+ DATASPACE SIMPLE { ( 6 ) / ( 6 ) }
DATA {
}
}