diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:59:59 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-09-03 15:59:59 (GMT) |
commit | 8dea24602df936aa94ce70a725b623cb3ab8f659 (patch) | |
tree | 8d1caf288877b808fc556fc984d2968c809bbb63 /windows | |
parent | 510daa2995533741ec47a41d42facd26a54b5b9c (diff) | |
download | hdf5-8dea24602df936aa94ce70a725b623cb3ab8f659.zip hdf5-8dea24602df936aa94ce70a725b623cb3ab8f659.tar.gz hdf5-8dea24602df936aa94ce70a725b623cb3ab8f659.tar.bz2 |
[svn-r15588] 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')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index 6f39600..a699ca9 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -551,7 +551,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 (
@@ -590,6 +590,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.
|