diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-21 19:35:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-11-21 19:35:23 (GMT) |
commit | cab0d73cb381ced30a5284ef798961dc55547672 (patch) | |
tree | 2ed23e475c7c24b0bc02eeead23be9e4a5fcdaba /tools/testfiles/tnestcomp-1.ddl | |
parent | 75dad07518aed2dbb7bfd51dceb50e6d56f14b68 (diff) | |
download | hdf5-cab0d73cb381ced30a5284ef798961dc55547672.zip hdf5-cab0d73cb381ced30a5284ef798961dc55547672.tar.gz hdf5-cab0d73cb381ced30a5284ef798961dc55547672.tar.bz2 |
[svn-r2988] Purpose:
Updating test files.
Description:
Updated test files to reflect changes to DDL.
Platforms tested:
FreeBSD 4.1.1 (hawkwind)
Diffstat (limited to 'tools/testfiles/tnestcomp-1.ddl')
-rw-r--r-- | tools/testfiles/tnestcomp-1.ddl | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/tools/testfiles/tnestcomp-1.ddl b/tools/testfiles/tnestcomp-1.ddl index 5c91726..07d7df7 100644 --- a/tools/testfiles/tnestcomp-1.ddl +++ b/tools/testfiles/tnestcomp-1.ddl @@ -4,20 +4,21 @@ Expected output for 'h5dump tnestedcomp.h5' HDF5 "tnestedcomp.h5" { GROUP "/" { DATASET "ArrayOfStructures" { - DATATYPE { + DATATYPE H5T_COMPOUND { H5T_STD_I32LE "a_name"; H5T_IEEE_F32LE "b_name"; H5T_IEEE_F64LE "c_name"; - { - { STRSIZE 1; - STRPAD H5T_STR_NULLTERM; - CSET H5T_CSET_ASCII; - CTYPE H5T_C_S1; + H5T_COMPOUND { + H5T_STRING { + STRSIZE 1; + STRPAD H5T_STR_NULLTERM; + CSET H5T_CSET_ASCII; + CTYPE H5T_C_S1; } "char_name"; - H5T_ARRAY [2] of H5T_IEEE_F32LE "array_name"; + H5T_ARRAY { [2] H5T_IEEE_F32LE } "array_name"; } "d_name"; - } - DATASPACE { SIMPLE ( 10 ) / ( 10 ) } + } + DATASPACE SIMPLE { ( 10 ) / ( 10 ) } DATA { { 0, |