diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-08-07 21:47:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-08-07 21:47:29 (GMT) |
commit | a1fcb56d781e342f3cb0aef0f83e87c15c617c65 (patch) | |
tree | 570f5a627340a4bea43fa2d6385980e09bf3f76e /tools | |
parent | 021ed070b2f09e8f0536cba53f6b6c7c7188cc38 (diff) | |
download | hdf5-a1fcb56d781e342f3cb0aef0f83e87c15c617c65.zip hdf5-a1fcb56d781e342f3cb0aef0f83e87c15c617c65.tar.gz hdf5-a1fcb56d781e342f3cb0aef0f83e87c15c617c65.tar.bz2 |
[svn-r14051]
Make the compare to itself file test be another due to the recently introduced file with Nans
Tested: linux, solaris
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_90.txt | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 264cb4d..dd538e0 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -492,7 +492,7 @@ TOOLTEST h5diff_70.txt $FILE5 $FILE6 -v TOOLTEST h5diff_80.txt $FILE7 $FILE8 -v # 9. compare a file with itself -TOOLTEST h5diff_90.txt $FILE1 $FILE1 +TOOLTEST h5diff_90.txt $FILE2 $FILE2 # 10. read by hyperslab, print indexes TOOLTEST h5diff_100.txt $FILE9 $FILE10 -v diff --git a/tools/testfiles/h5diff_90.txt b/tools/testfiles/h5diff_90.txt index 40c10b073..2b82d03 100644 --- a/tools/testfiles/h5diff_90.txt +++ b/tools/testfiles/h5diff_90.txt @@ -1,7 +1,3 @@ ############################# -Expected output for 'h5diff h5diff_basic1.h5 h5diff_basic1.h5' +Expected output for 'h5diff h5diff_basic2.h5 h5diff_basic2.h5' ############################# -dataset: </g1/fp15> and </g1/fp15> -2 differences found -dataset: </g1/fp16> and </g1/fp16> -2 differences found |