diff options
author | Jean-baptiste Silvy <jean-baptiste.silvy@scilab.org> | 2006-11-22 09:53:41 +0000 |
---|---|---|
committer | Jean-baptiste Silvy <jean-baptiste.silvy@scilab.org> | 2006-11-22 09:53:41 +0000 |
commit | eb0757ecebb4867a9ab14d01d1a75382c2346350 (patch) | |
tree | 0c9ffd5d0716ca378908833c0602e126fb1cafbc /tests | |
parent | 56c6ad52829b030336358faaa73108bb914f315e (diff) | |
download | scilab-eb0757ecebb4867a9ab14d01d1a75382c2346350.zip scilab-eb0757ecebb4867a9ab14d01d1a75382c2346350.tar.gz |
loosen test bounds.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nonRegression/bug1902.sci | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/nonRegression/bug1902.sci b/tests/nonRegression/bug1902.sci index 71fa665..a3b57c9 100644 --- a/tests/nonRegression/bug1902.sci +++ b/tests/nonRegression/bug1902.sci | |||
@@ -54,10 +54,10 @@ a.data_bounds = [0,-1,3;6,7,8] ; | |||
54 | box42 = stringbox(e) | 54 | box42 = stringbox(e) |
55 | 55 | ||
56 | // bounding box should be the same either we are in drawlater or not. | 56 | // bounding box should be the same either we are in drawlater or not. |
57 | if ( norm( box11 - box12 ) < 0.02 .. | 57 | if ( norm( box11 - box12 ) < 0.1 .. |
58 | & norm( box21 - box22 ) < 0.02 .. | 58 | & norm( box21 - box22 ) < 0.1 .. |
59 | & norm( box31 - box32 ) < 0.02 .. | 59 | & norm( box31 - box32 ) < 0.1 .. |
60 | & norm( box41 - box42 ) < 0.02 ) then | 60 | & norm( box41 - box42 ) < 0.1 ) then |
61 | affich_result(%T,1902) ; | 61 | affich_result(%T,1902) ; |
62 | else | 62 | else |
63 | affich_result(%F,1902) ; | 63 | affich_result(%F,1902) ; |