diff options
Diffstat (limited to 'tools/testfiles/tattr-3.ddl')
-rw-r--r-- | tools/testfiles/tattr-3.ddl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/testfiles/tattr-3.ddl b/tools/testfiles/tattr-3.ddl index 41397f9..4e0bea3 100644 --- a/tools/testfiles/tattr-3.ddl +++ b/tools/testfiles/tattr-3.ddl @@ -1,12 +1,12 @@ ############################# -Expected output for 'h5dump --header -a attr2 --attribute=attr tattr.h5' +Expected output for 'h5dump --header -a /attr2 --attribute=/attr tattr.h5' ############################# HDF5 "tattr.h5" { -ATTRIBUTE "attr2" { +ATTRIBUTE "/attr2" { DATATYPE H5T_STD_I32BE DATASPACE SIMPLE { ( 10 ) / ( 10 ) } } -ATTRIBUTE "attr" { - h5dump error: unable to open attribute. +ATTRIBUTE "/attr" { + h5dump error: unable to open attribute "/" } } |