diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-04 20:44:07 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-10-04 20:44:07 (GMT) |
commit | 041de441c5d7468812be8af1346b30db6ea94e3a (patch) | |
tree | f5d9463f663e2de4ce6060b1a6585f52f26b2547 /tools/testfiles/torderattr1.ddl | |
parent | bb3afd50c2e94cf2db558218c6704dcc285c72e9 (diff) | |
download | hdf5-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/torderattr1.ddl')
-rw-r--r-- | tools/testfiles/torderattr1.ddl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/testfiles/torderattr1.ddl b/tools/testfiles/torderattr1.ddl index 8521898..a5a7b4d 100644 --- a/tools/testfiles/torderattr1.ddl +++ b/tools/testfiles/torderattr1.ddl @@ -19,5 +19,19 @@ GROUP "/" { DATASPACE SCALAR } } + GROUP "g" { + ATTRIBUTE "a" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "b" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + ATTRIBUTE "c" { + DATATYPE H5T_STD_U8LE + DATASPACE SCALAR + } + } } } |