[svn-r22176] 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#.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), Cmake (jam)
2012-03-29 06:09:38 +08:00
|
|
|
Not comparable: </grp1> is of type H5G_GROUP and </slink_grp1> is of type H5G_LINK
|
2010-09-17 01:48:06 +08:00
|
|
|
--------------------------------
|
|
|
|
Some objects are not comparable
|
|
|
|
--------------------------------
|
2011-09-17 03:29:03 +08:00
|
|
|
Use -c for a list of objects without details of differences.
|
2010-09-17 01:48:06 +08:00
|
|
|
EXIT CODE: 0
|