[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)
This commit is contained in:
Jonathan Kim
2010-11-02 11:57:16 -05:00
parent d3770ffaef
commit 13c16c8982
8 changed files with 411 additions and 30 deletions

View File

@@ -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