summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-01-18 22:18:13 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-01-18 22:18:13 (GMT)
commit506d25b5f2b7950563be9927db54f60cd7f14309 (patch)
tree1991025ac89d5e76a75fb595c495ddf3875ad3f3 /windows/tools
parentd236e2a9926cc62048d9489a60ab0d5f4dfcd41c (diff)
downloadhdf5-506d25b5f2b7950563be9927db54f60cd7f14309.zip
hdf5-506d25b5f2b7950563be9927db54f60cd7f14309.tar.gz
hdf5-506d25b5f2b7950563be9927db54f60cd7f14309.tar.bz2
[svn-r14443] Purpose: Update Windows h5dump test scriptPurpose: Update Windows h5dump test script
Description: There was another update to the main h5dump test script. This checkin brings those edits to the Windows script as well. Tested: VS2005 w/ WinXP
Diffstat (limited to 'windows/tools')
-rw-r--r--windows/tools/h5dump/testh5dump.bat12
1 files changed, 7 insertions, 5 deletions
diff --git a/windows/tools/h5dump/testh5dump.bat b/windows/tools/h5dump/testh5dump.bat
index 8822afd..f26a5d9 100644
--- a/windows/tools/h5dump/testh5dump.bat
+++ b/windows/tools/h5dump/testh5dump.bat
@@ -454,15 +454,17 @@ rem ############################################################################
call :tooltest tindicesno.ddl -y taindices.h5
rem ######### array indices with subsetting
- rem 1D case, start at 1, 2 counts of size 3 blocks, separated by stride 10 elements
- call :tooltest tindicessub1.ddl -d 1d -s 1 -c 2 -k 3 -S 10 taindices.h5
+ rem 1D case
+ call :tooltest tindicessub1.ddl -d 1d -s 1 -S 10 -c 2 -k 3 taindices.h5
rem 2D case
- call :tooltest tindicessub2.ddl -d 2d -s 1,2 -c 2,3 -k 1,1 -S 2,1 taindices.h5
+ call :tooltest tindicessub2.ddl -d 2d -s 1,2 -S 3,3 -c 3,2 -k 2,2 taindices.h5
rem 3D case
- call :tooltest tindicessub3.ddl -d 3d -s 0,1,2 -c 1,2,3 -k 1,1,1 -S 1,2,1 taindices.h5
- call :tooltest tindicessub4.ddl -d 4d -s 0,0,1,3 -c 2,2,6,4 taindices.h5
+ call :tooltest tindicessub3.ddl -d 3d -s 0,1,2 -S 1,3,3 -c 2,2,2 -k 1,2,2 taindices.h5
+
+ rem 4D case
+ call :tooltest tindicessub4.ddl -d 4d -s 0,0,1,2 -c 2,2,3,2 -S 1,1,3,3 -k 1,1,2,2 taindices.h5
rem tests for filters