[svn-r18279] Purpose:

Work for bugzilla 1754: h5diff: support comparing through links.

Description:
    merged from hdf5 trunk (18164, 18165, 18166, 18167, 18170, 18266, 18273)

Tested:
    h5committest (jam, amani and linew)
This commit is contained in:
Jonathan Kim
2010-02-18 21:39:22 -05:00
parent 6b9ddd6598
commit 52d87caef3
125 changed files with 3248 additions and 651 deletions

View File

@@ -0,0 +1,28 @@
file1 file2
---------------------------------------
x x /
x x /dset1
x x /dset2
x x /ext_link1
x x /ext_link2
x x /ext_link3
x x /ext_link4
x x /soft_link1
x x /soft_link2
x x /soft_link3
group : </> and </>
0 differences found
dataset: </dset1> and </dset1>
0 differences found
dataset: </dset2> and </dset2>
0 differences found
Warning: </ext_link1> is a dangling link.
Warning: </ext_link2> is a dangling link.
Warning: </ext_link3> is a dangling link.
Warning: </ext_link4> is a dangling link.
Warning: </soft_link1> is a dangling link.
Warning: </soft_link2> is a dangling link.
Warning: </soft_link3> is a dangling link.
EXIT CODE: 2