summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/torderattr3.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-06 14:54:02 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-06 14:54:02 (GMT)
commit29fef95eb5344888737b1c6862b61e3876925831 (patch)
tree0e5c3acc370f2146072d3488498f745004159f3a /tools/testfiles/torderattr3.ddl
parent8c966a256ab6f1a26264fc3fb56fba1c7bf8b670 (diff)
downloadhdf5-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/torderattr3.ddl')
-rw-r--r--tools/testfiles/torderattr3.ddl16
1 files changed, 14 insertions, 2 deletions
diff --git a/tools/testfiles/torderattr3.ddl b/tools/testfiles/torderattr3.ddl
index d14ec74..146767c 100644
--- a/tools/testfiles/torderattr3.ddl
+++ b/tools/testfiles/torderattr3.ddl
@@ -3,6 +3,18 @@ Expected output for 'h5dump -H --sort_by=creation_order --sort_order=ascending t
#############################
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
@@ -20,7 +32,7 @@ GROUP "/" {
}
}
GROUP "g" {
- ATTRIBUTE "a" {
+ ATTRIBUTE "c" {
DATATYPE H5T_STD_U8LE
DATASPACE SCALAR
}
@@ -28,7 +40,7 @@ GROUP "/" {
DATATYPE H5T_STD_U8LE
DATASPACE SCALAR
}
- ATTRIBUTE "c" {
+ ATTRIBUTE "a" {
DATATYPE H5T_STD_U8LE
DATASPACE SCALAR
}