hdf5/tools/h5diff/testfiles/h5diff_506.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

27 lines
815 B
Plaintext

group1 group2
---------------------------------------
x x
x x /dset1
x x /dset2
x x /grp3
x x /grp3/dset1
x x /grp3/dset2
x x /grp3/dset3
group : </grp1/grp2> and </slink_grp2>
0 differences found
dataset: </grp1/grp2/dset1> and </slink_grp2/dset1>
0 differences found
dataset: </grp1/grp2/dset2> and </slink_grp2/dset2>
0 differences found
group : </grp1/grp2/grp3> and </slink_grp2/grp3>
0 differences found
dataset: </grp1/grp2/grp3/dset1> and </slink_grp2/grp3/dset1>
0 differences found
dataset: </grp1/grp2/grp3/dset2> and </slink_grp2/grp3/dset2>
0 differences found
dataset: </grp1/grp2/grp3/dset3> and </slink_grp2/grp3/dset3>
0 differences found
EXIT CODE: 0