Files
hdf5/tools/h5diff/testfiles/h5diff_453.txt
Jonathan Kim a9a3f22e78 [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
2010-09-16 13:09:59 -05:00

35 lines
1.0 KiB
Plaintext

file1 file2
---------------------------------------
x x /
x x /softlink_dset1_1
x x /softlink_dset2
x x /softlink_group1
x x /softlink_group1/dset
x x /softlink_noexist
x x /target_dset1
x x /target_dset2
x x /target_group
x x /target_group/dset
group : </> and </>
0 differences found
dataset: </softlink_dset1_1> and </softlink_dset1_1>
0 differences found
dataset: </softlink_dset2> and </softlink_dset2>
0 differences found
group : </softlink_group1> and </softlink_group1>
0 differences found
dataset: </softlink_group1/dset> and </softlink_group1/dset>
0 differences found
Warning: </softlink_noexist> is a dangling link.
dataset: </target_dset1> and </target_dset1>
0 differences found
dataset: </target_dset2> and </target_dset2>
0 differences found
group : </target_group> and </target_group>
0 differences found
dataset: </target_group/dset> and </target_group/dset>
0 differences found
EXIT CODE: 2