summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-10-17 14:26:50 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-10-17 14:26:50 (GMT)
commitdcf8866b6af90aa0bf50ebeceda6b0f184a07c17 (patch)
treea6df7ca039892457078e9b921946e22917c7a31b /windows/tools
parent13c484162cc9098e6538deec931563848011bdb5 (diff)
downloadhdf5-dcf8866b6af90aa0bf50ebeceda6b0f184a07c17.zip
hdf5-dcf8866b6af90aa0bf50ebeceda6b0f184a07c17.tar.gz
hdf5-dcf8866b6af90aa0bf50ebeceda6b0f184a07c17.tar.bz2
[svn-r14207] Purpose: Bring Windows up-to-date
Description: -- Add new source files to Windows projects: H5Pdeprec.c, H5Pint.c, H5Ddbg.c, H5Dint.c -- Add new h5dump XML tests to Windows test script Tested: VS2005 on WinXP
Diffstat (limited to 'windows/tools')
-rw-r--r--windows/tools/h5dump/testh5dumpxml.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/windows/tools/h5dump/testh5dumpxml.bat b/windows/tools/h5dump/testh5dumpxml.bat
index 1cfde06..7fd04f3 100644
--- a/windows/tools/h5dump/testh5dumpxml.bat
+++ b/windows/tools/h5dump/testh5dumpxml.bat
@@ -198,6 +198,14 @@ rem ############################################################################
call :tooltest tall-2A.h5.xml --xml -A tall.h5
+ rem tests for attribute order
+ call :tooltest torderattr1.h5.xml --xml -H --sort_by=name --sort_order=ascending torderattr.h5
+ call :tooltest torderattr2.h5.xml --xml -H --sort_by=name --sort_order=descending torderattr.h5
+ call :tooltest torderattr3.h5.xml --xml -H --sort_by=creation_order --sort_order=ascending torderattr.h5
+ call :tooltest torderattr4.h5.xml --xml -H --sort_by=creation_order --sort_order=descending torderattr.h5
+
+
+
if %nerrors% equ 0 (
echo.All %dumper% tests passed.
)