summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tcomp-3.ddl
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:47:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 19:47:39 (GMT)
commitda29916b94e300a4cdd12178a810c8c859ee8490 (patch)
treefc0c29cc3c6721c0ab79581e3f2ff9fabc5cd7bb /tools/testfiles/tcomp-3.ddl
parentd309a7fa5deb83f369e1af15f66d5d19236b29d9 (diff)
downloadhdf5-da29916b94e300a4cdd12178a810c8c859ee8490.zip
hdf5-da29916b94e300a4cdd12178a810c8c859ee8490.tar.gz
hdf5-da29916b94e300a4cdd12178a810c8c859ee8490.tar.bz2
[svn-r7329] Purpose:
Refactored test output Description: Chase new output format of 'objno' in DDL and XML schema output Platforms tested: h5committested
Diffstat (limited to 'tools/testfiles/tcomp-3.ddl')
-rw-r--r--tools/testfiles/tcomp-3.ddl11
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/testfiles/tcomp-3.ddl b/tools/testfiles/tcomp-3.ddl
index 9977b2b..82a2da0 100644
--- a/tools/testfiles/tcomp-3.ddl
+++ b/tools/testfiles/tcomp-3.ddl
@@ -1,12 +1,14 @@
#############################
-Expected output for 'h5dump -t /#5992:0 -g /group2 tcompound.h5'
+Expected output for 'h5dump -t /#6632 -g /group2 tcompound.h5'
#############################
HDF5 "tcompound.h5" {
-DATATYPE "/#5992:0"
-
+DATATYPE "/#6632" H5T_COMPOUND {
+ H5T_STD_I32BE "int";
+ H5T_IEEE_F32BE "float";
+}
GROUP "/group2" {
DATASET "dset5" {
- DATATYPE "/#6632:0"
+ DATATYPE "/#6632"
DATASPACE SIMPLE { ( 5 ) / ( 5 ) }
DATA {
@@ -34,4 +36,3 @@ GROUP "/group2" {
}
}
}
-h5dump error: unable to open datatype "/#5992:0"