diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-20 16:07:40 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-11-20 16:07:40 (GMT) |
commit | 39f23efa178dc3b83d3faa86d86492f66067c840 (patch) | |
tree | e5a50a665c6af6316838d8212840aa7c1e167e87 /tools | |
parent | e8b52952b85a0eb95333e4e41fa8fd1e91aff51a (diff) | |
download | hdf5-39f23efa178dc3b83d3faa86d86492f66067c840.zip hdf5-39f23efa178dc3b83d3faa86d86492f66067c840.tar.gz hdf5-39f23efa178dc3b83d3faa86d86492f66067c840.tar.bz2 |
[svn-r14273] new feature: added some long options to the tests
tested: linux
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 6 | ||||
-rw-r--r-- | tools/testfiles/h5diff_15.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_16_2.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_627.txt | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index ccf4232..6685a66 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -284,13 +284,13 @@ TOOLTEST h5diff_13.txt -r $FILE1 $FILE2 TOOLTEST h5diff_14.txt -r $FILE1 $FILE2 g1/dset1 g1/dset2 # 1.5 with -d -TOOLTEST h5diff_15.txt -r -d 5 $FILE1 $FILE2 g1/dset3 g1/dset4 +TOOLTEST h5diff_15.txt --report --delta=5 $FILE1 $FILE2 g1/dset3 g1/dset4 # 1.6.1 with -p (int) TOOLTEST h5diff_16_1.txt -v -p 0.02 $FILE1 $FILE1 g1/dset5 g1/dset6 # 1.6.2 with -p (unsigned long_long) -TOOLTEST h5diff_16_2.txt -v -p 0.02 $FILE1 $FILE1 g1/dset7 g1/dset8 +TOOLTEST h5diff_16_2.txt --verbose --relative=0.02 $FILE1 $FILE1 g1/dset7 g1/dset8 # 1.6.3 with -p (double) TOOLTEST h5diff_16_3.txt -v -p 0.02 $FILE1 $FILE1 g1/dset9 g1/dset10 @@ -473,7 +473,7 @@ TOOLTEST h5diff_625.txt -n "2" $FILE1 $FILE2 g1/dset3 g1/dset4 TOOLTEST h5diff_626.txt -n 2 -n 3 $FILE1 $FILE2 g1/dset3 g1/dset4 # 6.27: number larger than biggest difference -TOOLTEST h5diff_627.txt -n 200 $FILE1 $FILE2 g1/dset3 g1/dset4 +TOOLTEST h5diff_627.txt --count=200 $FILE1 $FILE2 g1/dset3 g1/dset4 # 6.28: number smaller than smallest difference TOOLTEST h5diff_628.txt -n 1 $FILE1 $FILE2 g1/dset3 g1/dset4 diff --git a/tools/testfiles/h5diff_15.txt b/tools/testfiles/h5diff_15.txt index 5f8e3d2..529ffc5 100644 --- a/tools/testfiles/h5diff_15.txt +++ b/tools/testfiles/h5diff_15.txt @@ -1,5 +1,5 @@ ############################# -Expected output for 'h5diff -r -d 5 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4' +Expected output for 'h5diff --report --delta=5 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4' ############################# dataset: </g1/dset3> and </g1/dset4> size: [3x2] [3x2] diff --git a/tools/testfiles/h5diff_16_2.txt b/tools/testfiles/h5diff_16_2.txt index 49427a3..421bf70 100644 --- a/tools/testfiles/h5diff_16_2.txt +++ b/tools/testfiles/h5diff_16_2.txt @@ -1,5 +1,5 @@ ############################# -Expected output for 'h5diff -v -p 0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset7 g1/dset8' +Expected output for 'h5diff --verbose --relative=0.02 h5diff_basic1.h5 h5diff_basic1.h5 g1/dset7 g1/dset8' ############################# dataset: </g1/dset7> and </g1/dset8> size: [3x2] [3x2] diff --git a/tools/testfiles/h5diff_627.txt b/tools/testfiles/h5diff_627.txt index 06f34ba..95ad39a 100644 --- a/tools/testfiles/h5diff_627.txt +++ b/tools/testfiles/h5diff_627.txt @@ -1,5 +1,5 @@ ############################# -Expected output for 'h5diff -n 200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4' +Expected output for 'h5diff --count=200 h5diff_basic1.h5 h5diff_basic2.h5 g1/dset3 g1/dset4' ############################# dataset: </g1/dset3> and </g1/dset4> 6 differences found |