diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-01-25 22:02:35 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-01-25 22:02:35 (GMT) |
commit | 985a261886871d960213f3868520ab3583b8dafa (patch) | |
tree | 97cc78bc8ee8c7da41e1985874fcc86cc5f2e093 /tools/h5diff/testfiles/h5diff_600.txt | |
parent | 79cd5838d1fb36b3b5385a8f3741fc33a53537d2 (diff) | |
download | hdf5-985a261886871d960213f3868520ab3583b8dafa.zip hdf5-985a261886871d960213f3868520ab3583b8dafa.tar.gz hdf5-985a261886871d960213f3868520ab3583b8dafa.tar.bz2 |
[svn-r18165] Purpose:
Add test cases for h5diff check-in (svn revision #18164).
Description:
This test cases are for testing comparing through various link combinations
relate to bugzilla report 1754.
Also improved the test script to handle external link cases and
simplified to use single line instead of double for each test cases.
Tested on Jam
Diffstat (limited to 'tools/h5diff/testfiles/h5diff_600.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_600.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5diff/testfiles/h5diff_600.txt b/tools/h5diff/testfiles/h5diff_600.txt index 82c5240..376e530 100644 --- a/tools/h5diff/testfiles/h5diff_600.txt +++ b/tools/h5diff/testfiles/h5diff_600.txt @@ -9,6 +9,7 @@ usage: h5diff [OPTIONS] file1 file2 [obj1[obj2]] -r, --report Report mode. Print differences -v, --verbose Verbose mode. Print differences, list of objects -q, --quiet Quiet mode. Do not do output + -l, --link-follow Follow link(s) -c, --compare List objects that are not comparable -N, --nan Avoid NaNs detection -n C, --count=C Print differences up to C number, C is a positive integer. |