[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
This commit is contained in:
Jonathan Kim
2010-09-20 17:20:13 -05:00
parent a779518cf9
commit 322a384b13
5 changed files with 35 additions and 10 deletions

View File

@@ -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