summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tattr-3.ddl
diff options
context:
space:
mode:
authorRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-12-21 22:34:42 (GMT)
committerRuey-Hsia Li <rli@ncsa.uiuc.edu>1998-12-21 22:34:42 (GMT)
commit38309fb3f68ad3fd6bb07da6f6d4d1be1a146855 (patch)
treef384b81cdffe02f0a0743b6edb75b6287e087dc0 /tools/testfiles/tattr-3.ddl
parent1d8e6cf5819893bb836ea16484b29df228ad8ee8 (diff)
downloadhdf5-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/tattr-3.ddl')
-rw-r--r--tools/testfiles/tattr-3.ddl9
1 files changed, 6 insertions, 3 deletions
diff --git a/tools/testfiles/tattr-3.ddl b/tools/testfiles/tattr-3.ddl
index 0ef4a4f..b0c600f 100644
--- a/tools/testfiles/tattr-3.ddl
+++ b/tools/testfiles/tattr-3.ddl
@@ -1,9 +1,12 @@
#############################
-Expected output for 'h5dump -header -a attr2 tattr.h5'
+Expected output for 'h5dump -header -a attr2 attr tattr.h5'
#############################
HDF5 "tattr.h5" {
ATTRIBUTE "attr2" {
- DATATYPE { "H5T_STD_I32BE" }
- DATASPACE { ARRAY ( 10 ) ( 10 ) }
+ DATATYPE { H5T_STD_I32BE }
+ DATASPACE { SIMPLE ( 10 ) / ( 10 ) }
+}
+ATTRIBUTE "attr" {
+ h5dump error: unable to open attribute.
}
}