From 8dea24602df936aa94ce70a725b623cb3ab8f659 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Wed, 3 Sep 2008 10:59:59 -0500 Subject: [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 --- windows/tools/h5repack/h5repack.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. -- cgit v0.12