diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-02-16 19:43:05 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-02-16 19:43:05 (GMT) |
commit | ad9e876b0c767c97fdbef57509f3395768e58b44 (patch) | |
tree | e8b2c2dbedced578c16064aa641b560675b24571 /tools/h5diff/testfiles/h5diff_400.txt | |
parent | 8e946eae303df1670edeb39829cbbeb10ea67094 (diff) | |
download | hdf5-ad9e876b0c767c97fdbef57509f3395768e58b44.zip hdf5-ad9e876b0c767c97fdbef57509f3395768e58b44.tar.gz hdf5-ad9e876b0c767c97fdbef57509f3395768e58b44.tar.bz2 |
[svn-r18266] Purpose:
bugzilla 1754: h5diff: support comparing through links.
(original check-in svn revision #18164)
Description:
fix the hang issue in parallel mode when compare external-link.
add --no-dangling-links option.
add test cases (#450-#459) relate to the new option.
improve test script to check exit code.
update --help relate to the new options.
correct some indentations.
Tested:
h5committest (jam, amani and linew)
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_400.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_400.txt | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/tools/h5diff/testfiles/h5diff_400.txt b/tools/h5diff/testfiles/h5diff_400.txt index 4b910f5..97db70d 100644 --- a/tools/h5diff/testfiles/h5diff_400.txt +++ b/tools/h5diff/testfiles/h5diff_400.txt @@ -16,29 +16,26 @@ file1 file2 group : </> and </> 0 differences found link : </softlink_dset1_1> and </softlink_dset1_1> -dataset: </target_dset1> and </target_dset1> +dataset: </softlink_dset1_1> and </softlink_dset1_1> 0 differences found 0 differences found link : </softlink_dset1_2> and </softlink_dset1_2> -dataset: </target_dset1> and </target_dset1> +dataset: </softlink_dset1_2> and </softlink_dset1_2> 0 differences found 0 differences found link : </softlink_dset2> and </softlink_dset2> -dataset: </target_dset2> and </target_dset2> +dataset: </softlink_dset2> and </softlink_dset2> 0 differences found 0 differences found link : </softlink_group1> and </softlink_group1> -group : </target_group> and </target_group> +group : </softlink_group1> and </softlink_group1> 0 differences found 0 differences found link : </softlink_group2> and </softlink_group2> -group : </target_group> and </target_group> +group : </softlink_group2> and </softlink_group2> 0 differences found 0 differences found -warn: link target "/no_obj" doesn't exist -warn: link target "/no_obj" doesn't exist -link : </softlink_noexist> and </softlink_noexist> -Comparison not supported: </no_obj> and </no_obj> are of type unknown type +dangling link: </softlink_noexist> and </softlink_noexist> 0 differences found dataset: </target_dset1> and </target_dset1> 0 differences found @@ -48,7 +45,4 @@ group : </target_group> and </target_group> 0 differences found dataset: </target_group/dset> and </target_group/dset> 0 differences found --------------------------------- -Some objects are not comparable --------------------------------- -Use -c for a list of objects. +EXIT CODE: 0 |