summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-09-20 22:20:13 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-09-20 22:20:13 (GMT)
commit322a384b13a611193d249993eb5156486e4e2426 (patch)
tree8334c143d5bf25684c999e45b93b1ab1e541555c /windows
parenta779518cf92213c96cb06ba16b744d4b95d76c1c (diff)
downloadhdf5-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.bat4
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