diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 19:47:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-08-08 19:47:39 (GMT) |
commit | da29916b94e300a4cdd12178a810c8c859ee8490 (patch) | |
tree | fc0c29cc3c6721c0ab79581e3f2ff9fabc5cd7bb /tools/testfiles/tcomp-1.ddl | |
parent | d309a7fa5deb83f369e1af15f66d5d19236b29d9 (diff) | |
download | hdf5-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-1.ddl')
-rw-r--r-- | tools/testfiles/tcomp-1.ddl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tcomp-1.ddl b/tools/testfiles/tcomp-1.ddl index da0c926..8bbbde0 100644 --- a/tools/testfiles/tcomp-1.ddl +++ b/tools/testfiles/tcomp-1.ddl @@ -3,7 +3,7 @@ Expected output for 'h5dump tcompound.h5' ############################# HDF5 "tcompound.h5" { GROUP "/" { - DATATYPE "#6632:0" H5T_COMPOUND { + DATATYPE "#6632" H5T_COMPOUND { H5T_STD_I32BE "int"; H5T_IEEE_F32BE "float"; } @@ -252,7 +252,7 @@ GROUP "/" { } GROUP "group2" { DATASET "dset5" { - DATATYPE "/#6632:0" + DATATYPE "/#6632" DATASPACE SIMPLE { ( 5 ) / ( 5 ) } DATA { |