[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
This commit is contained in:
Scott Wegner 2007-10-08 09:32:45 -05:00
parent 29fef95eb5
commit a6f5c79346

View File

@ -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.
)