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/tgroup-2.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/tgroup-2.ddl')
-rw-r--r-- | tools/testfiles/tgroup-2.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tgroup-2.ddl b/tools/testfiles/tgroup-2.ddl index d57ebf1..a0d0ab7 100644 --- a/tools/testfiles/tgroup-2.ddl +++ b/tools/testfiles/tgroup-2.ddl @@ -1,5 +1,5 @@ ############################# -Expected output for 'h5dump -g /g2 -g / -g /y tgroup.h5' +Expected output for 'h5dump --group=/g2 --group / -g /y tgroup.h5' ############################# HDF5 "tgroup.h5" { GROUP "/g2" { @@ -41,6 +41,6 @@ GROUP "/" { } } GROUP "/y" { - h5dump error: unable to open /y + h5dump error: unable to open group "/y" } } |