diff options
author | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-12-21 22:34:42 (GMT) |
---|---|---|
committer | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-12-21 22:34:42 (GMT) |
commit | 38309fb3f68ad3fd6bb07da6f6d4d1be1a146855 (patch) | |
tree | f384b81cdffe02f0a0743b6edb75b6287e087dc0 /tools/testfiles/tgroup-2.ddl | |
parent | 1d8e6cf5819893bb836ea16484b29df228ad8ee8 (diff) | |
download | hdf5-38309fb3f68ad3fd6bb07da6f6d4d1be1a146855.zip hdf5-38309fb3f68ad3fd6bb07da6f6d4d1be1a146855.tar.gz hdf5-38309fb3f68ad3fd6bb07da6f6d4d1be1a146855.tar.bz2 |
[svn-r982] Added test for loop detection.
Updated expected output for dumper automatic tests.
Removed redundant tests.
Diffstat (limited to 'tools/testfiles/tgroup-2.ddl')
-rw-r--r-- | tools/testfiles/tgroup-2.ddl | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/testfiles/tgroup-2.ddl b/tools/testfiles/tgroup-2.ddl index 42011a7..86a33f1 100644 --- a/tools/testfiles/tgroup-2.ddl +++ b/tools/testfiles/tgroup-2.ddl @@ -1,7 +1,17 @@ ############################# -Expected output for 'h5dump -g / tgroup.h5' +Expected output for 'h5dump -g /g2 / /y tgroup.h5' ############################# HDF5 "tgroup.h5" { +GROUP "/g2" { + GROUP "g2.1" { + GROUP "g2.1.1" { + } + GROUP "g2.1.2" { + } + GROUP "g2.1.3" { + } + } +} GROUP "/" { GROUP "g1" { GROUP "g1.1" { @@ -30,4 +40,7 @@ GROUP "/" { } } } +GROUP "/y" { + h5dump error: unable to open /y +} } |