diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-10-08 14:32:45 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-10-08 14:32:45 (GMT) |
commit | a6f5c793469cba3e0c1168e07bd6c7f833321623 (patch) | |
tree | 6516e2442a3014d74f53bcf26cca3e197691c3ff /windows/tools/h5dump/testh5dump.bat | |
parent | 29fef95eb5344888737b1c6862b61e3876925831 (diff) | |
download | hdf5-a6f5c793469cba3e0c1168e07bd6c7f833321623.zip hdf5-a6f5c793469cba3e0c1168e07bd6c7f833321623.tar.gz hdf5-a6f5c793469cba3e0c1168e07bd6c7f833321623.tar.bz2 |
[svn-r14191] Purpose: Add Windows h5dump tests
Description: Add 4 new tests to the Windows h5dump test script. See rev. 14182 and 14188 for details.
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools/h5dump/testh5dump.bat')
-rw-r--r-- | windows/tools/h5dump/testh5dump.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat index b46a4b7..937d3fd 100644 --- a/windows/tools/h5dump/testh5dump.bat +++ b/windows/tools/h5dump/testh5dump.bat @@ -578,7 +578,14 @@ rem ############################################################################ call :tooltest tordergr4.ddl -g 2 -q name -z descending tordergr.h5
call :tooltest tordergr5.ddl -q creation_order tordergr.h5
+ rem tests for attribute order
+ call :tooltest torderattr1.ddl -H --sort_by=name --sort_order=ascending torderattr.h5
+ call :tooltest torderattr2.ddl -H --sort_by=name --sort_order=descending torderattr.h5
+ call :tooltest torderattr3.ddl -H --sort_by=creation_order --sort_order=ascending torderattr.h5
+ call :tooltest torderattr4.ddl -H --sort_by=creation_order --sort_order=descending torderattr.h5
+
+
if %nerrors% equ 0 (
echo.All %dumper% tests passed.
)
|