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_425.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_425.txt')
-rw-r--r-- | tools/h5diff/testfiles/h5diff_425.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/h5diff/testfiles/h5diff_425.txt b/tools/h5diff/testfiles/h5diff_425.txt new file mode 100644 index 0000000..5eb6766 --- /dev/null +++ b/tools/h5diff/testfiles/h5diff_425.txt @@ -0,0 +1,12 @@ +dataset: </dset1> and </dset2> +size: [2x4] [2x4] +position dset1 dset2 difference +------------------------------------------------------------ +[ 0 1 ] 0 1 1 +[ 0 2 ] 0 2 2 +[ 0 3 ] 0 3 3 +[ 1 0 ] 0 1 1 +[ 1 1 ] 0 2 2 +[ 1 2 ] 0 3 3 +[ 1 3 ] 0 4 4 +7 differences found |