summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/torderattr3.ddl
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-04 20:44:07 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-10-04 20:44:07 (GMT)
commit041de441c5d7468812be8af1346b30db6ea94e3a (patch)
treef5d9463f663e2de4ce6060b1a6585f52f26b2547 /tools/testfiles/torderattr3.ddl
parentbb3afd50c2e94cf2db558218c6704dcc285c72e9 (diff)
downloadhdf5-041de441c5d7468812be8af1346b30db6ea94e3a.zip
hdf5-041de441c5d7468812be8af1346b30db6ea94e3a.tar.gz
hdf5-041de441c5d7468812be8af1346b30db6ea94e3a.tar.bz2
[svn-r14186] Added support for displaying several iteration orders on group and named datatype attributes
tested: windows, linux
Diffstat (limited to 'tools/testfiles/torderattr3.ddl')
-rw-r--r--tools/testfiles/torderattr3.ddl14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/testfiles/torderattr3.ddl b/tools/testfiles/torderattr3.ddl
index 15e370a..19fbade 100644
--- a/tools/testfiles/torderattr3.ddl
+++ b/tools/testfiles/torderattr3.ddl
@@ -19,5 +19,19 @@ GROUP "/" {
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
+ }
+ }
}
}