diff options
Diffstat (limited to 'tools/testfiles/tbin1.ddl')
-rw-r--r-- | tools/testfiles/tbin1.ddl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/testfiles/tbin1.ddl b/tools/testfiles/tbin1.ddl index 6b7a155..386ecde 100644 --- a/tools/testfiles/tbin1.ddl +++ b/tools/testfiles/tbin1.ddl @@ -1,10 +1,10 @@ ############################# -Expected output for 'h5dump -d integer -b out1.bin test1.h5' +Expected output for 'h5dump -d integer -o out1.bin -b MEMORY tbinary.h5' ############################# -HDF5 "test1.h5" { +HDF5 "tbinary.h5" { DATASET "integer" { DATATYPE H5T_STD_I32LE - DATASPACE SIMPLE { ( 2 ) / ( 2 ) } + DATASPACE SIMPLE { ( 6 ) / ( 6 ) } DATA { } } |