summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles/h5diff_222.txt
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-09-21 15:20:20 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-09-21 15:20:20 (GMT)
commit8f8fb620d8bc42519871d47ab55c2dc2f7a13db3 (patch)
treef1765f5a6dd7f743e6fdcf1c2a2d09ce29e030c1 /tools/h5diff/testfiles/h5diff_222.txt
parente50e2a5974a5ca8c635128b2ea85f0405b0e79a4 (diff)
downloadhdf5-8f8fb620d8bc42519871d47ab55c2dc2f7a13db3.zip
hdf5-8f8fb620d8bc42519871d47ab55c2dc2f7a13db3.tar.gz
hdf5-8f8fb620d8bc42519871d47ab55c2dc2f7a13db3.tar.bz2
[svn-r21404] Purpose:
HDFFV-7693 - h5diff produces different behavior between versions: 1.8.3 and 1.8.6 Description: There were two issues on this. One was not displaying all the comparable objects if non-comparable object/attribute exist and compared before comparables ones. This issue occurred after 1.8.4 release. This is the issue from user. The other issue was not displaying all the comparable attributes, if non-comparable object/attribute exist and compared ahead. This issue were exist even before 1.8.4 release. So it's possible some attribute comparison may have not displayed correctly in the past, if non-comparable data were exist in common object. Fixed h5diff to display all the comparable object and attribute regardless of non-comparables. Merged from HDF5 trunk r21396 and r21397. Tested: jam (linux32-LE), koala (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam, Windows)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_222.txt')
-rw-r--r--tools/h5diff/testfiles/h5diff_222.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/h5diff/testfiles/h5diff_222.txt b/tools/h5diff/testfiles/h5diff_222.txt
new file mode 100644
index 0000000..6e1bbd4
--- /dev/null
+++ b/tools/h5diff/testfiles/h5diff_222.txt
@@ -0,0 +1,15 @@
+Not comparable: </g1/dset1> is of class H5T_INTEGER and </g1/dset1> is of class H5T_STRING
+attribute: <attr of </g1/dset1>> and <attr of </g1/dset1>>
+3 differences found
+dataset: </g1/dset1> and </g1/dset1>
+3 differences found
+dataset: </g1/dset2> and </g1/dset2>
+3 differences found
+Not comparable: <attr1> is of class H5T_INTEGER and <attr1> is of class H5T_STRING
+attribute: <attr2 of </g2/dset1>> and <attr2 of </g2/dset1>>
+3 differences found
+dataset: </g2/dset1> and </g2/dset1>
+6 differences found
+dataset: </g2/dset2> and </g2/dset2>
+3 differences found
+EXIT CODE: 1