diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-07-25 20:15:20 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-07-25 20:15:20 (GMT) |
commit | e790a0b42d0552081b6138552ef3955760894e5b (patch) | |
tree | 518ca6173b8cff0643d500e6051bdd5043a3a1ef /tools/test/h5diff/testfiles | |
parent | f5317e17a85a196914fb89135d197bbf16a3550a (diff) | |
download | hdf5-e790a0b42d0552081b6138552ef3955760894e5b.zip hdf5-e790a0b42d0552081b6138552ef3955760894e5b.tar.gz hdf5-e790a0b42d0552081b6138552ef3955760894e5b.tar.bz2 |
HDFFV-10246 Add check for string not null before use
Diffstat (limited to 'tools/test/h5diff/testfiles')
-rw-r--r-- | tools/test/h5diff/testfiles/h5diff_vlstr.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/test/h5diff/testfiles/h5diff_vlstr.txt b/tools/test/h5diff/testfiles/h5diff_vlstr.txt new file mode 100644 index 0000000..67141f1 --- /dev/null +++ b/tools/test/h5diff/testfiles/h5diff_vlstr.txt @@ -0,0 +1,16 @@ + +file1 file2 +--------------------------------------- + x x / + x x /Dataset1 + x x /vl_string_type + +group : </> and </> +0 differences found +attribute: <test_scalar of </>> and <test_scalar of </>> +0 differences found +dataset: </Dataset1> and </Dataset1> +0 differences found +datatype: </vl_string_type> and </vl_string_type> +0 differences found +EXIT CODE: 0 |