summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbin1.ddl
diff options
context:
space:
mode:
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