summaryrefslogtreecommitdiffstats
path: root/windows/tools
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-09-03 16:30:40 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-09-03 16:30:40 (GMT)
commita8fbaf9ecd64172f8b5eed91eee03700748fa1ba (patch)
tree279237004f2ee52ad852477ba3a98490d6d5bd14 /windows/tools
parent442565636a5c638c40f882af087c0e92c52753f3 (diff)
downloadhdf5-a8fbaf9ecd64172f8b5eed91eee03700748fa1ba.zip
hdf5-a8fbaf9ecd64172f8b5eed91eee03700748fa1ba.tar.gz
hdf5-a8fbaf9ecd64172f8b5eed91eee03700748fa1ba.tar.bz2
[svn-r15589] Purpose: Add new h5repack tests to Windows
Description: New h5repack tests were added in revision 15551 and 15557, and also the syntax of one test was changed. This was causing errors on Windows. This checkin should fix those errors. Tested: VS2005 on WinXP
Diffstat (limited to 'windows/tools')
-rw-r--r--windows/tools/h5repack/h5repack.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat
index ffb6c15..25d55d0 100644
--- a/windows/tools/h5repack/h5repack.bat
+++ b/windows/tools/h5repack/h5repack.bat
@@ -554,7 +554,7 @@ rem
rem latest file format with long switches. use FILE4=h5repack_layout.h5 (no filters)
- set arg=%file4% --layout CHUNK=20x10 --filter GZIP=1 --threshold=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype]
+ set arg=%file4% --layout CHUNK=20x10 --filter GZIP=1 --minimum=10 --native --latest --compact=8 --indexed=6 --ssize=8[:dtype]
if not "%use_filter_deflate%"=="yes" (
call :skip %arg%
) else (
@@ -593,6 +593,10 @@ rem
set arg=%file1% -u ublock.bin -b 2048
call :tooltest %arg%
+ rem add alignment
+ set arg=%file1% -t 1 -a 1
+ call :tooltest %arg%
+
if %nerrors% equ 0 (
echo.All %h5repack% tests passed.