summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-3.ddl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/testfiles/tattr-3.ddl')
-rw-r--r--tools/testfiles/tattr-3.ddl9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/testfiles/tattr-3.ddl b/tools/testfiles/tattr-3.ddl
index 0ef4a4f..b0c600f 100644
--- a/tools/testfiles/tattr-3.ddl
+++ b/tools/testfiles/tattr-3.ddl
@@ -1,9 +1,12 @@
#############################
-Expected output for 'h5dump -header -a attr2 tattr.h5'
+Expected output for 'h5dump -header -a attr2 attr tattr.h5'
#############################
HDF5 "tattr.h5" {
ATTRIBUTE "attr2" {
- DATATYPE { "H5T_STD_I32BE" }
- DATASPACE { ARRAY ( 10 ) ( 10 ) }
+ DATATYPE { H5T_STD_I32BE }
+ DATASPACE { SIMPLE ( 10 ) / ( 10 ) }
+}
+ATTRIBUTE "attr" {
+ h5dump error: unable to open attribute.
}
}