[svn-r14200] added tests for XML output of attribute iteration orders (same calls as DDL )

tested: linux
This commit is contained in:
Pedro Vicente Nunes
2007-10-11 13:47:55 -05:00
parent d9e5ca72f3
commit e387120f94
6 changed files with 633 additions and 0 deletions

View File

@@ -178,6 +178,15 @@ TOOLTEST tempty-dtd-uri.h5.xml --xml --use-dtd --xml-dtd="http://somewhere.net"
TOOLTEST tall-2A.h5.xml --xml -A tall.h5
# tests for attribute order
TOOLTEST torderattr1.h5.xml --xml -H --sort_by=name --sort_order=ascending torderattr.h5
TOOLTEST torderattr2.h5.xml --xml -H --sort_by=name --sort_order=descending torderattr.h5
TOOLTEST torderattr3.h5.xml --xml -H --sort_by=creation_order --sort_order=ascending torderattr.h5
TOOLTEST torderattr4.h5.xml --xml -H --sort_by=creation_order --sort_order=descending torderattr.h5
if test $nerrors -eq 0 ; then
echo "All $DUMPER tests passed."
fi