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/tcomp-4.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/tcomp-4.ddl')
-rw-r--r-- | tools/testfiles/tcomp-4.ddl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/testfiles/tcomp-4.ddl b/tools/testfiles/tcomp-4.ddl deleted file mode 100644 index 80ed997..0000000 --- a/tools/testfiles/tcomp-4.ddl +++ /dev/null @@ -1,19 +0,0 @@ -############################# -Expected output for 'h5dump -t /#3432:0 -g /group2 tcompound.h5' -############################# -HDF5 "tcompound.h5" { -DATATYPE "/#3432:0" { - h5dump error: unable to open /#3432:0 -} -GROUP "/group2" { - DATASET "dset5" { - DATATYPE { - HARDLINK { "#5992:0" } - } - DATASPACE { ARRAY ( 5 ) ( 5 ) } - DATA { - {0,0}, {1,0.1}, {2,0.2}, {3,0.3}, {4,0.4} - } - } -} -} |