diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2012-09-10 21:40:47 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2012-09-10 21:40:47 (GMT) |
commit | 89a2c4a7838b8ca741be86c49474f6bca698d3bf (patch) | |
tree | fcc2ed20bc4af06a05fd663e5585ac0bbb54e47c /tools/h5diff/testfiles/h5diff_710.txt | |
parent | f5efc5224f6058c23a551a21ea8a899612883c13 (diff) | |
download | hdf5-89a2c4a7838b8ca741be86c49474f6bca698d3bf.zip hdf5-89a2c4a7838b8ca741be86c49474f6bca698d3bf.tar.gz hdf5-89a2c4a7838b8ca741be86c49474f6bca698d3bf.tar.bz2 |
[svn-r22751] Purpose:
HDFFV-5919 - GMQS: h5diff - The number of object difference is not consistent between dataset and group/type when attribute(s) have differences
Description:
Object differences are not consistent between dataset and group/datatype when their attribute(s) have differences. This is because attribute(s) differences is not accumulated to group or datatype object’s difference, but accumulated to dataset difference.
To fix, do not accumulate attribute difference to dataset difference. This is referred to h5diff’s default behavior and also past report from users that users were confused by the accumulated behavior. (also can’t figure out only for dataset difference , also hard to spot dataset difference when it has lots of attributes or differences)
This also lead to fix inconsistent format indicating difference between dataset and group/datatype object.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_710.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_710.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testfiles/h5diff_710.txt b/tools/h5diff/testfiles/h5diff_710.txt index 862c062..10a8501 100644 --- a/tools/h5diff/testfiles/h5diff_710.txt +++ b/tools/h5diff/testfiles/h5diff_710.txt @@ -17,6 +17,7 @@ group : </> and </> Attributes status: 0 common, 0 only in obj1, 0 only in obj2 dataset: </dset> and </dset> +0 differences found obj1 obj2 -------------------------------------- x float2 @@ -30,7 +31,6 @@ position integer1 of </dset> integer1 of </dset> difference [ 0 ] 1 2 1 [ 1 ] 2 3 1 2 differences found -2 differences found group : </g> and </g> 0 differences found |