diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-09-20 22:20:13 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-09-20 22:20:13 (GMT) |
commit | 322a384b13a611193d249993eb5156486e4e2426 (patch) | |
tree | 8334c143d5bf25684c999e45b93b1ab1e541555c /windows | |
parent | a779518cf92213c96cb06ba16b744d4b95d76c1c (diff) | |
download | hdf5-322a384b13a611193d249993eb5156486e4e2426.zip hdf5-322a384b13a611193d249993eb5156486e4e2426.tar.gz hdf5-322a384b13a611193d249993eb5156486e4e2426.tar.bz2 |
[svn-r19444] Purpose:
Fix for group comparison with exclude-path case. Use relative path.
Description:
Merge from hdf5 trunk (r19443)
Related to "1890: h5diff excluding object for file comparison via command line" checkins. (r19407)
Tested:
jam, amani
Diffstat (limited to 'windows')
-rw-r--r-- | windows/tools/h5diff/testh5diff.bat | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/tools/h5diff/testh5diff.bat b/windows/tools/h5diff/testh5diff.bat index feb178e..6f014c6 100644 --- a/windows/tools/h5diff/testh5diff.bat +++ b/windows/tools/h5diff/testh5diff.bat @@ -849,6 +849,10 @@ rem ############################################################################ call :testing %h5diff% -v --exclude-path "/group1" %srcexclude2_1% %srcexclude2_2%
call :tooltest h5diff_483.txt -v --exclude-path "/group1" %exclude2_1% %exclude2_2%
+ rem Exclude from group compare
+ call :testing %h5diff% -v --exclude-path "/dset3" %srcexclude2_1% %srcexclude2_2% /group1
+ call :tooltest h5diff_484.txt -v --exclude-path "/dset3" %srcexclude2_1% %srcexclude2_2% /group1
+
rem #######################################################################
rem # END
|