diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-06 14:54:02 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-06 14:54:02 (GMT) |
commit | 29fef95eb5344888737b1c6862b61e3876925831 (patch) | |
tree | 0e5c3acc370f2146072d3488498f745004159f3a /tools/testfiles/torderattr1.ddl | |
parent | 8c966a256ab6f1a26264fc3fb56fba1c7bf8b670 (diff) | |
download | hdf5-29fef95eb5344888737b1c6862b61e3876925831.zip hdf5-29fef95eb5344888737b1c6862b61e3876925831.tar.gz hdf5-29fef95eb5344888737b1c6862b61e3876925831.tar.bz2 |
[svn-r14190]
Bug fixes
Avoid passing iteration flags on the dump_group function parameters but instead inspect the groups's property list just before calling H5Literate and H5Aiterate, in this later case checking the creation order flags with H5Pget_attr_creation_order
Tested: windows, linux
Diffstat (limited to 'tools/testfiles/torderattr1.ddl')
-rw-r--r-- | tools/testfiles/torderattr1.ddl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/testfiles/torderattr1.ddl b/tools/testfiles/torderattr1.ddl index 77eff5a..5572ef1 100644 --- a/tools/testfiles/torderattr1.ddl +++ b/tools/testfiles/torderattr1.ddl @@ -3,6 +3,18 @@ Expected output for 'h5dump -H --sort_by=name --sort_order=ascending torderattr. ############################# HDF5 "torderattr.h5" { GROUP "/" { + ATTRIBUTE "a" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "b" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "c" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } DATASET "dset" { DATATYPE H5T_STD_U8LE DATASPACE SCALAR |