[svn-r19401] Purpose:

Fix for Bug1975 h5diff - support recursive comparison on group when specified as an object

Description:
 Merged from hdf5 trunk (r19400).
 Compare member objects and groups recursively when two files or groups are specified to be compared. Support parallel diff and handling symbolic links accordingly.

Tested:
 jam, amani
This commit is contained in:
Jonathan Kim
2010-09-16 13:09:59 -05:00
parent 9f028ea458
commit a9a3f22e78
56 changed files with 2442 additions and 662 deletions

View File

@@ -0,0 +1,19 @@
group1 group2
---------------------------------------
x x
x x /dset1
x x /dset2
x /dset3
x /grp3
x /grp3/dset1
x /grp3/dset2
x /grp3/dset3
group : </grp1/grp2> and </grp1/grp2/grp3>
0 differences found
dataset: </grp1/grp2/dset1> and </grp1/grp2/grp3/dset1>
0 differences found
dataset: </grp1/grp2/dset2> and </grp1/grp2/grp3/dset2>
0 differences found
EXIT CODE: 1