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/tloop-1.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/tloop-1.ddl')
-rw-r--r-- | tools/testfiles/tloop-1.ddl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/testfiles/tloop-1.ddl b/tools/testfiles/tloop-1.ddl new file mode 100644 index 0000000..8313887 --- /dev/null +++ b/tools/testfiles/tloop-1.ddl @@ -0,0 +1,17 @@ +############################# +Expected output for 'h5dump tloop.h5' +############################# +HDF5 "tloop.h5" { +GROUP "/" { + GROUP "g1" { + GROUP "g1.1" { + GROUP "g2.1" { + HARDLINK "/g1" + } + } + } + GROUP "g2" { + HARDLINK "/g1/g1.1" + } +} +} |