diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-11-17 19:12:14 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-11-17 19:12:14 (GMT) |
commit | b3b538cf581ecf0a5ce9fa883a16061fda84b881 (patch) | |
tree | 6e1d3e944094ef3a2c51dcde772b2a0ee8535c18 /windows/tools/h5diff | |
parent | e86e9f49f65d15a120d5933b8be5c9fb118aa4ab (diff) | |
download | hdf5-b3b538cf581ecf0a5ce9fa883a16061fda84b881.zip hdf5-b3b538cf581ecf0a5ce9fa883a16061fda84b881.tar.gz hdf5-b3b538cf581ecf0a5ce9fa883a16061fda84b881.tar.bz2 |
[svn-r16084] Purpose: Update Windows tool test scripts
Description: Bring changes from the various tool test scripts to Windows.
testh5copy.bat: add syntax for tests which expect h5diff to fail, and apply them to existing tests
testh5diff.bat: add a new test for "contents mode"
testh5dump.bat: modify some tests to use the new "-b *" and "-b NATIVE" syntax
h5repack.bat: call h5dump without the -c switch
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools/h5diff')
-rw-r--r-- | windows/tools/h5diff/testh5diff.bat | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/windows/tools/h5diff/testh5diff.bat b/windows/tools/h5diff/testh5diff.bat index cf178b1..350e7c2 100644 --- a/windows/tools/h5diff/testh5diff.bat +++ b/windows/tools/h5diff/testh5diff.bat @@ -248,10 +248,6 @@ rem ############################################################################ rem 1.8 quiet mode
call :testing %h5diff% -q %srcfile1% %srcfile2%
call :tooltest h5diff_18.txt -q %file1% %file2%
-
- rem 1.9 contents mode
- call :testing %h5diff% -v -c %srcfile1% %srcfile11%
- call :tooltest h5diff_19.txt -v -c %file1% %file11%
rem ##############################################################################
rem # not comparable types
@@ -495,7 +491,7 @@ rem ############################################################################ call :testing h5diff_101.txt -v %srcfile1% %srcfile1% g1/d1 g1/d2
rem call :tooltest h5diff_101.txt -v %file1% %file1% g1/d1 g1/d2
call :results -SKIP-
- rem
+
call :testing %h5diff% -v %srcfile1% %srcfile1% g1/fp1 g1/fp2
rem call :tooltest h5diff_102.txt -v %file1% %file1% g1/fp1 g1/fp2
call :results -SKIP-
|