mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[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:
parent
29fef95eb5
commit
a6f5c79346
@ -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.
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user