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/thlink-5.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/thlink-5.ddl')
-rw-r--r-- | tools/testfiles/thlink-5.ddl | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/tools/testfiles/thlink-5.ddl b/tools/testfiles/thlink-5.ddl index 9961862..9ad7b6c 100644 --- a/tools/testfiles/thlink-5.ddl +++ b/tools/testfiles/thlink-5.ddl @@ -1,20 +1,21 @@ ############################# -Expected output for 'h5dump -d /dset -g /g2 -d /g1/link2 thlink.h5' +Expected output for +'h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5' ############################# HDF5 "thlink.h5" { -DATASET "/dset" { - h5dump error: unable to open /dset +DATASET "/dset1" { + DATATYPE { H5T_STD_I32BE } + DATASPACE { SIMPLE ( 5 ) / ( 5 ) } + DATA { + 0, 1, 2, 3, 4 + } } GROUP "/g2" { DATASET "dset3" { - DATATYPE { "H5T_STD_I32BE" } - DATASPACE { ARRAY ( 5 ) ( 5 ) } - DATA { - 0, 1, 2, 3, 4 - } + HARDLINK "/dset1" } } -DATASET "/g1/link2" { - h5dump error: unable to open /g1/link2 +DATASET "/g1/dset2" { + HARDLINK "/dset1" } } |