diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-05 14:53:24 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-05 14:53:24 (GMT) |
commit | 59b7b09846c5e4d838e3af91393cbb1442af6a6e (patch) | |
tree | 417da402cdfc0be9836da5b658f86eec10ce7536 /tools/testfiles/torderattr4.ddl | |
parent | 1de51c7bc148b9cb5104936dfd23096a222d0cb8 (diff) | |
download | hdf5-59b7b09846c5e4d838e3af91393cbb1442af6a6e.zip hdf5-59b7b09846c5e4d838e3af91393cbb1442af6a6e.tar.gz hdf5-59b7b09846c5e4d838e3af91393cbb1442af6a6e.tar.bz2 |
[svn-r14188] added a named datatype with attributes to the h5 file that shows attributes with several iteration orders
tested: windows, linux
Diffstat (limited to 'tools/testfiles/torderattr4.ddl')
-rw-r--r-- | tools/testfiles/torderattr4.ddl | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/testfiles/torderattr4.ddl b/tools/testfiles/torderattr4.ddl index 95fdfea..032c912 100644 --- a/tools/testfiles/torderattr4.ddl +++ b/tools/testfiles/torderattr4.ddl @@ -3,7 +3,7 @@ Expected output for 'h5dump -H --sort_by=creation_order --sort_order=descending ############################# HDF5 "torderattr.h5" { GROUP "/" { - GROUP "g" { + DATATYPE "t" H5T_STD_I32LE; ATTRIBUTE "a" { DATATYPE H5T_STD_U8LE DATASPACE SCALAR @@ -16,6 +16,20 @@ GROUP "/" { DATATYPE H5T_STD_U8LE DATASPACE SCALAR } + + GROUP "g" { + ATTRIBUTE "c" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "b" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "a" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } } DATASET "dset" { DATATYPE H5T_STD_U8LE |