diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-02-11 22:16:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-02-11 22:16:22 (GMT) |
commit | 6b0bf98d32aeaefd3edb6b3c407448ca2ca29445 (patch) | |
tree | 559d33cdb874469f18eb28a123ed906b97681169 | |
parent | 7768b49c16491ee9936ca40e375410121b44e15a (diff) | |
download | hdf5-6b0bf98d32aeaefd3edb6b3c407448ca2ca29445.zip hdf5-6b0bf98d32aeaefd3edb6b3c407448ca2ca29445.tar.gz hdf5-6b0bf98d32aeaefd3edb6b3c407448ca2ca29445.tar.bz2 |
[svn-r16469] Added new cases for compound types to batch file per the updated script file of rev #16461
Tested:
Vista32, XP64 - VS2005, VS2008
-rw-r--r-- | windows/tools/h5diff/testh5diff.bat | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/windows/tools/h5diff/testh5diff.bat b/windows/tools/h5diff/testh5diff.bat index 472d03f..007475a 100644 --- a/windows/tools/h5diff/testh5diff.bat +++ b/windows/tools/h5diff/testh5diff.bat @@ -526,6 +526,13 @@ rem ############################################################################ call :testing %h5diff% -c %srcfile2% %srcfile2% g2/dset5 g2/dset6
call :tooltest h5diff_205.txt -c %file2% %file2% g2/dset5 g2/dset6
+ rem New option added rev #16461 - ADB 2/11/2009
+ rem # not comparable in compound
+ call :testing %h5diff% -c %srcfile2% %srcfile2% g2/dset7 g2/dset8
+ call :tooltest h5diff_206.txt -c %file2% %file2% g2/dset7 g2/dset8
+
+ call :testing %h5diff% -c %srcfile2% %srcfile2% g2/dset8 g2/dset9
+ call :tooltest h5diff_207.txt -c %file2% %file2% g2/dset8 g2/dset9
rem ##############################################################################
rem # END
|