diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-15 19:32:38 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-02-15 19:32:38 (GMT) |
commit | 24320f0df14608a9f4d046babea9a88311b7ffed (patch) | |
tree | ce36679a4c7f17749972c5a4d119c61a857dc028 /tools/testfiles/tattr-3.ddl | |
parent | 71090d2e9ab3977d5b454be115eb7caf8fd56f11 (diff) | |
download | hdf5-24320f0df14608a9f4d046babea9a88311b7ffed.zip hdf5-24320f0df14608a9f4d046babea9a88311b7ffed.tar.gz hdf5-24320f0df14608a9f4d046babea9a88311b7ffed.tar.bz2 |
[svn-r3413] Purpose:
Update
Description:
Updated the result files to be consistent with the new error
messaging schema that h5dump uses.
Platforms tested:
Linux
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 "/" } } |