diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2009-02-11 22:20:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2009-02-11 22:20:55 (GMT) |
commit | d82141259c0b5d955bc8cb403fb17d184edb6dc4 (patch) | |
tree | cd8aa4a35c6445bbaf50be65307f47b98489cb01 /windows | |
parent | 87cdac5fe981ce61404c3ac68eded4fad81608ea (diff) | |
download | hdf5-d82141259c0b5d955bc8cb403fb17d184edb6dc4.zip hdf5-d82141259c0b5d955bc8cb403fb17d184edb6dc4.tar.gz hdf5-d82141259c0b5d955bc8cb403fb17d184edb6dc4.tar.bz2 |
[svn-r16470] Added two new test cases for compound types to batch file per script file changes in rev #16463.
Tested:
XP32, XP64 - VNET, VS2005
Diffstat (limited to 'windows')
-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..475948d 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 #16463 - 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
|