[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:
@@ -5,27 +5,25 @@ file1 file2
|
||||
x x /ext_link_dset1
|
||||
x x /ext_link_dset2
|
||||
x x /ext_link_grp1
|
||||
x x /ext_link_grp1/x_dset
|
||||
x x /ext_link_grp2
|
||||
x x /ext_link_grp2/x_dset
|
||||
x x /ext_link_noexist1
|
||||
x x /ext_link_noexist2
|
||||
|
||||
group : </> and </>
|
||||
0 differences found
|
||||
external link: </ext_link_dset1> and </ext_link_dset1>
|
||||
dataset: </ext_link_dset1> and </ext_link_dset1>
|
||||
0 differences found
|
||||
0 differences found
|
||||
external link: </ext_link_dset2> and </ext_link_dset2>
|
||||
dataset: </ext_link_dset2> and </ext_link_dset2>
|
||||
0 differences found
|
||||
0 differences found
|
||||
external link: </ext_link_grp1> and </ext_link_grp1>
|
||||
group : </ext_link_grp1> and </ext_link_grp1>
|
||||
0 differences found
|
||||
dataset: </ext_link_grp1/x_dset> and </ext_link_grp1/x_dset>
|
||||
0 differences found
|
||||
external link: </ext_link_grp2> and </ext_link_grp2>
|
||||
group : </ext_link_grp2> and </ext_link_grp2>
|
||||
0 differences found
|
||||
dataset: </ext_link_grp2/x_dset> and </ext_link_grp2/x_dset>
|
||||
0 differences found
|
||||
Warning: </ext_link_noexist1> is a dangling link.
|
||||
Warning: </ext_link_noexist2> is a dangling link.
|
||||
|
||||
Reference in New Issue
Block a user