diff --git a/tests/bugs/fclasses/bug25635_1 b/tests/bugs/fclasses/bug25635_1 index 0aba7dcc54..2ade8169d3 100755 --- a/tests/bugs/fclasses/bug25635_1 +++ b/tests/bugs/fclasses/bug25635_1 @@ -11,7 +11,7 @@ ellipse c2 4 0 2 1 set info [2dextrema c1 c2] -set tol_abs 1.e-7 +set tol_abs 1.e-4 set tol_rel 0.01 #-1 diff --git a/tests/bugs/stlvrml/bug25740 b/tests/bugs/stlvrml/bug25740 index 6a032fac5e..5acbcd7de9 100644 --- a/tests/bugs/stlvrml/bug25740 +++ b/tests/bugs/stlvrml/bug25740 @@ -15,7 +15,7 @@ incmesh p 0.1 explode p e -storevrml p_3 ${aFile} 1 1 +writevrml p_3 ${aFile} 1 1 set status 1 if { ![file exists ${aFile}] } { @@ -32,7 +32,7 @@ set fd0 [ open ${aFile} r ] set filecontent [ read ${fd0} ] close $fd0 -if { ![regexp {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,\n\s+16,17,18,19,20,21,22,23,24,25,26,27,28, -1} ${filecontent} full] } { +if { ![regexp {0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,-1} ${filecontent} full] } { set status 0 }