[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:
24
tools/h5diff/testfiles/h5diff_511.txt
Normal file
24
tools/h5diff/testfiles/h5diff_511.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
group1 group2
|
||||
---------------------------------------
|
||||
x x
|
||||
x x /dset4
|
||||
x x /dset5
|
||||
x x /elink_grp_circle
|
||||
|
||||
group : </grp10> and </grp11>
|
||||
0 differences found
|
||||
dataset: </grp10/dset4> and </grp11/dset4>
|
||||
0 differences found
|
||||
dataset: </grp10/dset5> and </grp11/dset5>
|
||||
size: [2x4] [2x4]
|
||||
position dset5 dset5 difference
|
||||
------------------------------------------------------------
|
||||
[ 0 1 ] 3 2 1
|
||||
[ 0 3 ] 3 2 1
|
||||
[ 1 0 ] 3 2 1
|
||||
[ 1 2 ] 3 2 1
|
||||
4 differences found
|
||||
external link: </grp10/elink_grp_circle> and </grp11/elink_grp_circle>
|
||||
1 differences found
|
||||
EXIT CODE: 1
|
||||
Reference in New Issue
Block a user