summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/testfiles
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-11-02 16:57:16 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-11-02 16:57:16 (GMT)
commit13c16c89823a412f3d6504f249836c7ed73f5c81 (patch)
tree44ac93eb296b0602faf8492e89d3ab6e9102f6ca /tools/h5diff/testfiles
parentd3770ffaefbf34b502ca31fbbcd3ffab565c70b2 (diff)
downloadhdf5-13c16c89823a412f3d6504f249836c7ed73f5c81.zip
hdf5-13c16c89823a412f3d6504f249836c7ed73f5c81.tar.gz
hdf5-13c16c89823a412f3d6504f249836c7ed73f5c81.tar.bz2
[svn-r19713] Purpose:
Fixed h5diff to handle variable-length strings in a compound dataset correctly. Also variable-length string array in a compound dataset. Bug #1989. Description: Garbage values were displayed when h5diff compared variable-length strings (or string array) in a compound type dataset. Merged from hdf5 trunk r19712. Tested: jam (linux32-LE), heiwa (linuxppc64-BE)
Diffstat (limited to 'tools/h5diff/testfiles')
-rw-r--r--tools/h5diff/testfiles/h5diff_530.txt11
-rw-r--r--tools/h5diff/testfiles/h5diff_comp_vl_strs.h5bin0 -> 8504 bytes
2 files changed, 11 insertions, 0 deletions
diff --git a/tools/h5diff/testfiles/h5diff_530.txt b/tools/h5diff/testfiles/h5diff_530.txt
new file mode 100644
index 0000000..6f7e08f
--- /dev/null
+++ b/tools/h5diff/testfiles/h5diff_530.txt
@@ -0,0 +1,11 @@
+
+file1 file2
+---------------------------------------
+ x x /
+ x x /Compound_dset
+
+group : </> and </>
+0 differences found
+dataset: </Compound_dset> and </Compound_dset>
+0 differences found
+EXIT CODE: 0
diff --git a/tools/h5diff/testfiles/h5diff_comp_vl_strs.h5 b/tools/h5diff/testfiles/h5diff_comp_vl_strs.h5
new file mode 100644
index 0000000..348cfee
--- /dev/null
+++ b/tools/h5diff/testfiles/h5diff_comp_vl_strs.h5
Binary files differ