diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2012-03-28 22:09:38 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2012-03-28 22:09:38 (GMT) |
commit | 6cef6bca1f058a2a39c7c75680096ce32be2a504 (patch) | |
tree | da4c8d18365e9cb0b89d2290d34c1c4db4a92c0b /tools/h5diff/testfiles/h5diff_507.txt | |
parent | d4ab4456d021dbe21cec5265d77047949f61eda7 (diff) | |
download | hdf5-6cef6bca1f058a2a39c7c75680096ce32be2a504.zip hdf5-6cef6bca1f058a2a39c7c75680096ce32be2a504.tar.gz hdf5-6cef6bca1f058a2a39c7c75680096ce32be2a504.tar.bz2 |
[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)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_507.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_507.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/testfiles/h5diff_507.txt b/tools/h5diff/testfiles/h5diff_507.txt index 6176f3f..06b7fe6 100644 --- a/tools/h5diff/testfiles/h5diff_507.txt +++ b/tools/h5diff/testfiles/h5diff_507.txt @@ -1,4 +1,4 @@ -</grp1> is of type H5G_GROUP and </elink_grp1> is of type H5G_UDLINK +Not comparable: </grp1> is of type H5G_GROUP and </elink_grp1> is of type H5G_UDLINK -------------------------------- Some objects are not comparable -------------------------------- |