hdf5/tools/h5diff/testfiles/h5diff_404.txt
Jonathan Kim c561dc7183 [svn-r19400] Purpose:
Fix for Bug1975 h5diff - support recursive comparison on group when specified as an object

Description:
 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, heiwa
2010-09-16 12:48:06 -05:00

33 lines
1014 B
Plaintext

file1 file2
---------------------------------------
x x /
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
dataset: </ext_link_dset1> and </ext_link_dset1>
0 differences found
dataset: </ext_link_dset2> and </ext_link_dset2>
0 differences found
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
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
dangling link: </ext_link_noexist1> and </ext_link_noexist1>
0 differences found
dangling link: </ext_link_noexist2> and </ext_link_noexist2>
0 differences found
EXIT CODE: 0