[svn-r22057] Purpose:
Fix for HDFFV-7835 h5diff: incorrect result for comparing the two same type symlinks as dangling links. Description: When two symbolic dangling links are compared with --follow-symlinks option, the result should be same. It works for comparing two files, but didn't work for comparing two objects. Test cases were added and tagged with jira#. Merged from HDF5 trunk r22038. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
This commit is contained in:
@@ -201,6 +201,10 @@ $SRC_H5DIFF_TESTFILES/h5diff_457.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_458.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_459.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_465.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_466.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_467.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_468.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_469.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_480.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_481.txt
|
||||
$SRC_H5DIFF_TESTFILES/h5diff_482.txt
|
||||
@@ -943,6 +947,15 @@ TOOLTEST h5diff_459.txt --follow-symlinks -v --no-dangling-links h5diff_extlin
|
||||
# dangling link --follow-symlinks (obj vs obj)
|
||||
# (HDFFV-7836)
|
||||
TOOLTEST h5diff_465.txt --follow-symlinks h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /soft_link1
|
||||
# (HDFFV-7835)
|
||||
# soft dangling vs. soft dangling
|
||||
TOOLTEST h5diff_466.txt -v --follow-symlinks h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /soft_link1
|
||||
# soft link vs. soft dangling
|
||||
TOOLTEST h5diff_467.txt -v --follow-symlinks h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /soft_link2
|
||||
# ext dangling vs. ext dangling
|
||||
TOOLTEST h5diff_468.txt -v --follow-symlinks h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /ext_link4
|
||||
# ext link vs. ext dangling
|
||||
TOOLTEST h5diff_469.txt -v --follow-symlinks h5diff_danglelinks1.h5 h5diff_danglelinks2.h5 /ext_link2
|
||||
|
||||
# ##############################################################################
|
||||
# # test for group diff recursivly
|
||||
|
||||
Reference in New Issue
Block a user