diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 19:51:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 19:51:08 (GMT) |
commit | df099c726400d67b8be071d59108f3fc11a4d23d (patch) | |
tree | 758ddc9ebea908c3cb990acfeec73cf851a6ebd2 /tools/h5dump/testh5dumpxml.sh.in | |
parent | cd0e71d998898a29b0d8291497faad4c8ab979de (diff) | |
download | hdf5-df099c726400d67b8be071d59108f3fc11a4d23d.zip hdf5-df099c726400d67b8be071d59108f3fc11a4d23d.tar.gz hdf5-df099c726400d67b8be071d59108f3fc11a4d23d.tar.bz2 |
HDFFV-10256 correct len of string copy to the len of esc string
Merge from develop
Diffstat (limited to 'tools/h5dump/testh5dumpxml.sh.in')
-rw-r--r-- | tools/h5dump/testh5dumpxml.sh.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/h5dump/testh5dumpxml.sh.in b/tools/h5dump/testh5dumpxml.sh.in index 81201b7..64dd737 100644 --- a/tools/h5dump/testh5dumpxml.sh.in +++ b/tools/h5dump/testh5dumpxml.sh.in @@ -80,6 +80,7 @@ $SRC_H5DUMP_TESTFILES/tdset.h5 $SRC_H5DUMP_TESTFILES/tdset2.h5 $SRC_H5DUMP_TESTFILES/tempty.h5 $SRC_H5DUMP_TESTFILES/tenum.h5 +$SRC_H5DUMP_TESTFILES/test35.nc $SRC_H5DUMP_TESTFILES/textlink.h5 $SRC_H5DUMP_TESTFILES/tfpformat.h5 $SRC_H5DUMP_TESTFILES/tgroup.h5 @@ -144,6 +145,7 @@ $SRC_H5DUMP_TESTFILES/tempty-nons-uri.h5.xml $SRC_H5DUMP_TESTFILES/tempty-ns.h5.xml $SRC_H5DUMP_TESTFILES/tempty-ns-2.h5.xml $SRC_H5DUMP_TESTFILES/tenum.h5.xml +$SRC_H5DUMP_TESTFILES/test35.nc.xml $SRC_H5DUMP_TESTFILES/textlink.h5.xml $SRC_H5DUMP_TESTFILES/tfpformat.h5.xml $SRC_H5DUMP_TESTFILES/tgroup.h5.xml @@ -383,6 +385,9 @@ TOOLTEST torderattr4.h5.xml --xml -H --sort_by=creation_order --sort_order=desce # tests for floating point user defined printf format TOOLTEST tfpformat.h5.xml -u -m %.7f tfpformat.h5 +# test for HDFFV-10256 issue +TOOLTEST test35.nc.xml --xml test35.nc + # Clean up temporary files/directories CLEAN_TESTFILES_AND_TESTDIR |