diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2012-03-29 16:57:01 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2012-03-29 16:57:01 (GMT) |
commit | 646374e701e5fb7e07274712617af5868859d303 (patch) | |
tree | e166ec3e63e00caa02593230c518ec45727cf717 /tools/h5diff/testfiles/h5diff_505.txt | |
parent | b8cb145bdfc10c7b3fcaf7a05bda4605a7d32533 (diff) | |
download | hdf5-646374e701e5fb7e07274712617af5868859d303.zip hdf5-646374e701e5fb7e07274712617af5868859d303.tar.gz hdf5-646374e701e5fb7e07274712617af5868859d303.tar.bz2 |
[svn-r22188] Purpose:
Fix for HDFFV-7644 GMQS: h5diff - incorrect behaviors when comparing HDF5 files with different type of objects (dataset, group, type) as common objects
Description:
Fixed failure for comparing same named object with different object types in comparing groups. (common object comparison)
Prior to the fix, h5diff resulted in error. After the fix, h5diff detects such case as non-comparable and display messages accordingly.
Test cases were added and tagged with jira#.
Merged from HDF5 trunk 22176.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_505.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_505.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testfiles/h5diff_505.txt b/tools/h5diff/testfiles/h5diff_505.txt index a220730..607b99b 100644 --- a/tools/h5diff/testfiles/h5diff_505.txt +++ b/tools/h5diff/testfiles/h5diff_505.txt @@ -1,4 +1,4 @@ -</grp1> is of type H5G_GROUP and </slink_grp1> is of type H5G_LINK +Not comparable: </grp1> is of type H5G_GROUP and </slink_grp1> is of type H5G_LINK -------------------------------- Some objects are not comparable -------------------------------- |