[svn-r19443] Purpose:

Fix for group comparison with exclude-path case. Use relative path.

Description:
 Related to "1890:  h5diff excluding object for file comparison via command line" checkins. (r19406)

Tested:
 jam, amani and heiwa
This commit is contained in:
Jonathan Kim
2010-09-20 17:11:50 -05:00
parent d39def2b72
commit 04a7315138
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