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/h5dump/testh5dump.sh.in | |
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/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 1dfa535..3fc39f2 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -483,7 +483,7 @@ TOOLTEST tordergr3.ddl -g 2 -q name -z ascending tordergr.h5 TOOLTEST tordergr4.ddl -g 2 -q name -z descending tordergr.h5 TOOLTEST tordergr5.ddl -q creation_order tordergr.h5 -# tests for dataset attribute order +# tests for attribute order TOOLTEST torderattr1.ddl -H --sort_by=name --sort_order=ascending torderattr.h5 TOOLTEST torderattr2.ddl -H --sort_by=name --sort_order=descending torderattr.h5 TOOLTEST torderattr3.ddl -H --sort_by=creation_order --sort_order=ascending torderattr.h5 |