diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 15:35:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-03 15:35:32 (GMT) |
commit | 2d011283a352d0a972c66155b2981a2e66c87e39 (patch) | |
tree | 1c94b2f56a1c2805bbe63abb51904dfb38692332 /tools/testfiles | |
parent | a70274eceafe9dc364329eb395f50e81db7c7bd1 (diff) | |
download | hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.zip hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.gz hdf5-2d011283a352d0a972c66155b2981a2e66c87e39.tar.bz2 |
[svn-r7908] Purpose:
code clean, bug fix
Description:
cleaned warnings on IRIX
fixed bug in parse command line
Solution:
Platforms tested:
linux
IRIX 6.5 64
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_12.txt | 7 | ||||
-rw-r--r-- | tools/testfiles/h5diff_625.txt | 6 | ||||
-rw-r--r-- | tools/testfiles/h5diff_626.txt | 7 | ||||
-rw-r--r-- | tools/testfiles/h5diff_627.txt | 10 | ||||
-rw-r--r-- | tools/testfiles/h5diff_628.txt | 5 |
5 files changed, 26 insertions, 9 deletions
diff --git a/tools/testfiles/h5diff_12.txt b/tools/testfiles/h5diff_12.txt index 5c53bb7..ad9afa4 100644 --- a/tools/testfiles/h5diff_12.txt +++ b/tools/testfiles/h5diff_12.txt @@ -2,5 +2,10 @@ Expected output for 'h5diff file1.h5 file2.h5 -v -n 2 g1/dset1 g1/dset2' ############################# $h5diff file1.h5 file2.h5 -v -n 2 g1/dset1 g1/dset2 -Object <2> could not be found in <file1.h5> +Dataset: </g1/dset1> and </g1/dset2> +position dset1 dset2 difference +------------------------------------------------------------ +[ 0 1 ] 1.000000 1.100000 0.100000 +[ 1 0 ] 1.000000 1.010000 0.010000 +2 differences found diff --git a/tools/testfiles/h5diff_625.txt b/tools/testfiles/h5diff_625.txt index 7aab196..cb46e93 100644 --- a/tools/testfiles/h5diff_625.txt +++ b/tools/testfiles/h5diff_625.txt @@ -1,6 +1,8 @@ ############################# Expected output for 'h5diff file1.h5 file2.h5 -n 2 g1/dset3 g1/dset4' ############################# -Object <2> could not be found in <file1.h5> -Object <g1/dset3> could not be found in <file2.h5> +position dset3 dset4 difference +------------------------------------------------------------ +[ 0 0 ] 100.000000 110.000000 10.000000 +[ 0 1 ] 110.000000 100.000000 10.000000 diff --git a/tools/testfiles/h5diff_626.txt b/tools/testfiles/h5diff_626.txt index 498f9df..919cd2a 100644 --- a/tools/testfiles/h5diff_626.txt +++ b/tools/testfiles/h5diff_626.txt @@ -1,6 +1,9 @@ ############################# Expected output for 'h5diff file1.h5 file2.h5 -n 2 -n 3 g1/dset3 g1/dset4' ############################# -Object <2> could not be found in <file1.h5> -Object <2> could not be found in <file2.h5> +position dset3 dset4 difference +------------------------------------------------------------ +[ 0 0 ] 100.000000 110.000000 10.000000 +[ 0 1 ] 110.000000 100.000000 10.000000 +[ 1 0 ] 100.000000 90.000000 10.000000 diff --git a/tools/testfiles/h5diff_627.txt b/tools/testfiles/h5diff_627.txt index 4e26443..9d1395a 100644 --- a/tools/testfiles/h5diff_627.txt +++ b/tools/testfiles/h5diff_627.txt @@ -1,6 +1,12 @@ ############################# Expected output for 'h5diff file1.h5 file2.h5 -n 200 g1/dset3 g1/dset4' ############################# -Object <200> could not be found in <file1.h5> -Object <g1/dset3> could not be found in <file2.h5> +position dset3 dset4 difference +------------------------------------------------------------ +[ 0 0 ] 100.000000 110.000000 10.000000 +[ 0 1 ] 110.000000 100.000000 10.000000 +[ 1 0 ] 100.000000 90.000000 10.000000 +[ 1 1 ] 100.000000 80.000000 20.000000 +[ 2 0 ] 100.000000 140.000000 40.000000 +[ 2 1 ] 100.000000 200.000000 100.000000 diff --git a/tools/testfiles/h5diff_628.txt b/tools/testfiles/h5diff_628.txt index ddf9e7d..d21d04c 100644 --- a/tools/testfiles/h5diff_628.txt +++ b/tools/testfiles/h5diff_628.txt @@ -1,6 +1,7 @@ ############################# Expected output for 'h5diff file1.h5 file2.h5 -n 1 g1/dset3 g1/dset4' ############################# -Object <1> could not be found in <file1.h5> -Object <g1/dset3> could not be found in <file2.h5> +position dset3 dset4 difference +------------------------------------------------------------ +[ 0 0 ] 100.000000 110.000000 10.000000 |