From 4c8d711eb1059a9e3d3ba3f8306ee5971cafe9bf Mon Sep 17 00:00:00 2001 From: abk Date: Thu, 14 Feb 2013 21:33:15 +0400 Subject: [PATCH] Draw command 'EnsureTolRule' was replaced by command 'updatetolerance' in tests. Draw command 'EnsureTolRule' was removed. --- src/BRepTest/BRepTest_BasicCommands.cxx | 23 ----------------------- tests/boolean/end | 2 +- tests/bugs/heal/bug329 | 2 +- tests/bugs/modalg_1/buc60462_1 | 2 +- tests/bugs/modalg_1/buc60463 | 2 +- tests/bugs/modalg_2/bug292 | 2 +- tests/bugs/modalg_2/bug317 | 2 +- tests/bugs/modalg_2/bug330 | 2 +- tests/bugs/modalg_2/bug452_2 | 6 +++--- tests/bugs/modalg_2/bug452_3 | 4 ++-- tests/bugs/modalg_3/bug698 | 2 +- tests/bugs/modalg_4/bug697_1 | 2 +- tests/bugs/modalg_4/bug774_1 | 2 +- tests/bugs/modalg_4/bug776_1 | 2 +- tests/bugs/modalg_4/bug776_2 | 2 +- tests/bugs/modalg_4/bug80 | 2 +- tests/bugs/modalg_4/bug919 | 2 +- tests/bugs/moddata_1/buc60652_2 | 2 +- tests/bugs/moddata_1/buc60652_3 | 2 +- tests/bugs/moddata_1/buc60707 | 2 +- tests/bugs/moddata_2/bug368 | 2 +- tests/bugs/moddata_2/fra62476_2 | 2 +- tests/bugs/moddata_2/ger61235 | 2 +- tests/bugs/moddata_2/pro20333 | 2 +- tests/bugs/step/buc60948 | 2 +- tests/bugs/step/bug630 | 2 +- tests/bugs/vis/buc60661 | 2 +- tests/bugs/vis/bug288_1 | 2 +- tests/bugs/vis/bug288_4 | 2 +- tests/bugs/xde/bug859 | 2 +- tests/bugs/xde/bug861 | 2 +- tests/feat/featlf/B8 | 2 +- tests/feat/featprism/L2 | 2 +- tests/feat/featprism/L8 | 2 +- tests/feat/featprism/M1 | 2 +- tests/feat/featprism/O6 | 2 +- tests/feat/featprism/O9 | 2 +- tests/feat/featprism/R1 | 2 +- tests/feat/featprism/S1 | 2 +- tests/feat/featprism/S2 | 2 +- tests/heal/drop_small_edges/end | 2 +- tests/heal/fix_face_size/end | 2 +- tests/heal/fix_gaps/end | 2 +- tests/heal/split_angle_advanced/end | 2 +- tests/heal/surface_to_bspline/end | 2 +- tests/sewing/tol_0_01/T1 | 2 +- 46 files changed, 48 insertions(+), 71 deletions(-) diff --git a/src/BRepTest/BRepTest_BasicCommands.cxx b/src/BRepTest/BRepTest_BasicCommands.cxx index a2c57d2deb..e7feabb1c9 100755 --- a/src/BRepTest/BRepTest_BasicCommands.cxx +++ b/src/BRepTest/BRepTest_BasicCommands.cxx @@ -800,27 +800,6 @@ static Standard_Integer scalexyz(Draw_Interpretor& di, Standard_Integer n, const return 0; } -static Standard_Integer EnsureTolRule( - Draw_Interpretor & theDI, Standard_Integer theC, const char ** theAs) -{ - if (theC != 3) - { - return 1; - } - // - TopoDS_Shape aS = DBRep::Get(theAs[2]); - if (aS.IsNull()) - { - return 1; - } - // - TopoDS_Shape aRes = BRepBuilderAPI_Copy(aS); - BRepLib::UpdateTolerances(aRes); - // - DBRep::Set(theAs[1], aRes); - return 0; -} - void BRepTest::BasicCommands(Draw_Interpretor& theCommands) { static Standard_Boolean done = Standard_False; @@ -952,6 +931,4 @@ void BRepTest::BasicCommands(Draw_Interpretor& theCommands) "scalexyz res shape factor_x factor_y factor_z", __FILE__, scalexyz, g); - - theCommands.Add("EnsureTolRule", "res shape", __FILE__, EnsureTolRule, g); } diff --git a/tests/boolean/end b/tests/boolean/end index bece47dada..4688024392 100755 --- a/tests/boolean/end +++ b/tests/boolean/end @@ -1,7 +1,7 @@ if { [isdraw result] } { #check if result is valid - EnsureTolRule result result + updatetolerance result puts "checkshape" set ch [checkshape result] puts $ch diff --git a/tests/bugs/heal/bug329 b/tests/bugs/heal/bug329 index f38d493aa1..eacd2bfd6b 100755 --- a/tests/bugs/heal/bug329 +++ b/tests/bugs/heal/bug329 @@ -9,7 +9,7 @@ puts "" ########################################################### restore [locate_data_file OCC329.brep] a -EnsureTolRule a a +updatetolerance a checkshape a set tol1 [maxtolerance a] diff --git a/tests/bugs/modalg_1/buc60462_1 b/tests/bugs/modalg_1/buc60462_1 index 5d80ff01ee..d4f567a88e 100755 --- a/tests/bugs/modalg_1/buc60462_1 +++ b/tests/bugs/modalg_1/buc60462_1 @@ -10,7 +10,7 @@ puts "" restore [locate_data_file buc60462a.brep] a checkshape a restore [locate_data_file buc60462b.brep] b -EnsureTolRule b b +updatetolerance b checkshape b bsection result a b diff --git a/tests/bugs/modalg_1/buc60463 b/tests/bugs/modalg_1/buc60463 index 8d10a5867b..fa99521d69 100755 --- a/tests/bugs/modalg_1/buc60463 +++ b/tests/bugs/modalg_1/buc60463 @@ -10,7 +10,7 @@ cpulimit 1400 restore [locate_data_file buc60463a.brep] a checkshape a restore [locate_data_file buc60463b.brep] b -EnsureTolRule b b +updatetolerance b checkshape b bsection result a b diff --git a/tests/bugs/modalg_2/bug292 b/tests/bugs/modalg_2/bug292 index 8cb1a58c19..fb9d576f81 100755 --- a/tests/bugs/modalg_2/bug292 +++ b/tests/bugs/modalg_2/bug292 @@ -9,7 +9,7 @@ puts "" ################################################################# restore [locate_data_file OCC292.brep] result -EnsureTolRule result result +updatetolerance result checkshape result tclean result diff --git a/tests/bugs/modalg_2/bug317 b/tests/bugs/modalg_2/bug317 index 54d8edcd2d..d00b19d73a 100755 --- a/tests/bugs/modalg_2/bug317 +++ b/tests/bugs/modalg_2/bug317 @@ -7,7 +7,7 @@ puts "" ################################################## restore [locate_data_file OCC317.brep] result -EnsureTolRule result result +updatetolerance result set che [checkshape result] if { [regexp {Faulty} $che] == 1} { diff --git a/tests/bugs/modalg_2/bug330 b/tests/bugs/modalg_2/bug330 index 8178f9b4ac..1bdfa189fc 100755 --- a/tests/bugs/modalg_2/bug330 +++ b/tests/bugs/modalg_2/bug330 @@ -10,7 +10,7 @@ puts "" ################################################## restore [locate_data_file OCC330.brep] result -EnsureTolRule result result +updatetolerance result decho off set che [checkshape result] diff --git a/tests/bugs/modalg_2/bug452_2 b/tests/bugs/modalg_2/bug452_2 index 253de5f454..66badd39d3 100755 --- a/tests/bugs/modalg_2/bug452_2 +++ b/tests/bugs/modalg_2/bug452_2 @@ -7,7 +7,7 @@ puts "========" puts "" restore [locate_data_file mds-part1.rle] a -EnsureTolRule a a +updatetolerance a set che [checkshape a] if { [regexp {Faulty} $che ] == 1 } { puts "Faulty OCC452 (shape 1): Source shape is invalid. It was detected by Checkshape command" @@ -24,7 +24,7 @@ if { [regexp {Faulty} $che ] == 1 } { } restore [locate_data_file CTO900_ger60239a.rle] c -EnsureTolRule c c +updatetolerance c set che [checkshape c] if { [regexp {Faulty} $che ] == 1 } { puts "Faulty OCC452 (shape 3): Source shape is invalid. It was detected by Checkshape command" @@ -33,7 +33,7 @@ if { [regexp {Faulty} $che ] == 1 } { } restore [locate_data_file CTO900_ger60239b.rle] d -EnsureTolRule d d +updatetolerance d set che [checkshape d] if { [regexp {Faulty} $che ] == 1 } { puts "Faulty OCC452 (shape 4): Source shape is invalid. It was detected by Checkshape command" diff --git a/tests/bugs/modalg_2/bug452_3 b/tests/bugs/modalg_2/bug452_3 index d2a7ee3ba2..1e36852f0c 100755 --- a/tests/bugs/modalg_2/bug452_3 +++ b/tests/bugs/modalg_2/bug452_3 @@ -7,7 +7,7 @@ puts "========" puts "" restore [locate_data_file CTO900_ger60239a.rle] a -EnsureTolRule a a +updatetolerance a set che [checkshape a] if { [regexp {Faulty} $che ] == 1 } { puts "Faulty OCC452 (shape 5): Source shape is invalid. It was detected by Checkshape command" @@ -16,7 +16,7 @@ if { [regexp {Faulty} $che ] == 1 } { } restore [locate_data_file CTO900_ger60239b.rle] b -EnsureTolRule b b +updatetolerance b set che [checkshape b] if { [regexp {Faulty} $che ] == 1 } { puts "Faulty OCC452 (shape 6): Source shape is invalid. It was detected by Checkshape command" diff --git a/tests/bugs/modalg_3/bug698 b/tests/bugs/modalg_3/bug698 index 0018f13e2c..197def6186 100755 --- a/tests/bugs/modalg_3/bug698 +++ b/tests/bugs/modalg_3/bug698 @@ -7,7 +7,7 @@ cpulimit 10000 restore [locate_data_file OCC698_1.brep] b4 checkshape b4 restore [locate_data_file OCC698_2.brep] b5 -EnsureTolRule b5 b5 +updatetolerance b5 checkshape b5 bcut result b5 b4 diff --git a/tests/bugs/modalg_4/bug697_1 b/tests/bugs/modalg_4/bug697_1 index a699ceb640..dbbc0f7189 100755 --- a/tests/bugs/modalg_4/bug697_1 +++ b/tests/bugs/modalg_4/bug697_1 @@ -10,7 +10,7 @@ puts "" ###################################################### restore [locate_data_file OCC697_1.brep] b1 -EnsureTolRule b1 b1 +updatetolerance b1 restore [locate_data_file OCC697_2.brep] b2 checkshape b1 diff --git a/tests/bugs/modalg_4/bug774_1 b/tests/bugs/modalg_4/bug774_1 index 1ae0ba6063..f2b8ba42a7 100755 --- a/tests/bugs/modalg_4/bug774_1 +++ b/tests/bugs/modalg_4/bug774_1 @@ -10,7 +10,7 @@ puts "" ################################# restore [locate_data_file OCC774.brep] a -EnsureTolRule a a +updatetolerance a explode a checkshape a_1 checkshape a_2 diff --git a/tests/bugs/modalg_4/bug776_1 b/tests/bugs/modalg_4/bug776_1 index 3e74ce2377..f12e2fdc6b 100755 --- a/tests/bugs/modalg_4/bug776_1 +++ b/tests/bugs/modalg_4/bug776_1 @@ -10,7 +10,7 @@ puts "" ########################################## restore [locate_data_file OCC776.brep] a -EnsureTolRule a a +updatetolerance a explode a checkshape a_1 checkshape a_2 diff --git a/tests/bugs/modalg_4/bug776_2 b/tests/bugs/modalg_4/bug776_2 index 0007ceda11..616344b6e0 100755 --- a/tests/bugs/modalg_4/bug776_2 +++ b/tests/bugs/modalg_4/bug776_2 @@ -10,7 +10,7 @@ puts "" ########################################## restore [locate_data_file OCC776.brep] a -EnsureTolRule a a +updatetolerance a explode a checkshape a_1 checkshape a_2 diff --git a/tests/bugs/modalg_4/bug80 b/tests/bugs/modalg_4/bug80 index db2d201038..a041c8a341 100755 --- a/tests/bugs/modalg_4/bug80 +++ b/tests/bugs/modalg_4/bug80 @@ -8,7 +8,7 @@ puts "" ########################################################## restore [locate_data_file BUC60877_lh.brep] sh -EnsureTolRule sh sh +updatetolerance sh checkshape sh plane pl 820 198 140 -1e-06 0 1 diff --git a/tests/bugs/modalg_4/bug919 b/tests/bugs/modalg_4/bug919 index 46590969bf..7dae1dd6cb 100755 --- a/tests/bugs/modalg_4/bug919 +++ b/tests/bugs/modalg_4/bug919 @@ -14,7 +14,7 @@ explode a # See comment in CR23244: restore [locate_data_file OCC919-PROC.brep] a_1 -EnsureTolRule a_1 a_1 +updatetolerance a_1 # checkshape a_1 diff --git a/tests/bugs/moddata_1/buc60652_2 b/tests/bugs/moddata_1/buc60652_2 index e475d4a091..257cc234ae 100755 --- a/tests/bugs/moddata_1/buc60652_2 +++ b/tests/bugs/moddata_1/buc60652_2 @@ -7,7 +7,7 @@ puts "==========" pload QAcommands restore [locate_data_file buc60652b.brep] result -EnsureTolRule result result +updatetolerance result checkshape result BUC60652 result diff --git a/tests/bugs/moddata_1/buc60652_3 b/tests/bugs/moddata_1/buc60652_3 index ffb71a2504..c7e9b23ab5 100755 --- a/tests/bugs/moddata_1/buc60652_3 +++ b/tests/bugs/moddata_1/buc60652_3 @@ -7,7 +7,7 @@ puts "===========" pload QAcommands restore [locate_data_file buc60652c.brep] result -EnsureTolRule result result +updatetolerance result checkshape result BUC60652 result diff --git a/tests/bugs/moddata_1/buc60707 b/tests/bugs/moddata_1/buc60707 index f574aa6385..f05903d741 100755 --- a/tests/bugs/moddata_1/buc60707 +++ b/tests/bugs/moddata_1/buc60707 @@ -7,7 +7,7 @@ puts "" ## Fillets created in CasCade version 3 do not display as shaded surfaces. ################################################# restore [locate_data_file buc60707a.brep] result -EnsureTolRule result result +updatetolerance result checkshape result tclean result diff --git a/tests/bugs/moddata_2/bug368 b/tests/bugs/moddata_2/bug368 index f0cabf6428..e10e75aa0d 100755 --- a/tests/bugs/moddata_2/bug368 +++ b/tests/bugs/moddata_2/bug368 @@ -9,7 +9,7 @@ puts "" ############################################## restore [locate_data_file OCC368.brep] result -EnsureTolRule result result +updatetolerance result checkshape result tclean result diff --git a/tests/bugs/moddata_2/fra62476_2 b/tests/bugs/moddata_2/fra62476_2 index ff3d47a537..dbb34f73ed 100755 --- a/tests/bugs/moddata_2/fra62476_2 +++ b/tests/bugs/moddata_2/fra62476_2 @@ -8,7 +8,7 @@ puts "==================================" puts "" restore [locate_data_file fra62476b.brep] result -EnsureTolRule result result +updatetolerance result checkshape result tclean result diff --git a/tests/bugs/moddata_2/ger61235 b/tests/bugs/moddata_2/ger61235 index 24e6cef0ab..b39f5c3a31 100755 --- a/tests/bugs/moddata_2/ger61235 +++ b/tests/bugs/moddata_2/ger61235 @@ -5,7 +5,7 @@ puts "===========" restore [locate_data_file ger61235a.brep] tool checkshape tool restore [locate_data_file ger61235b.brep] object -EnsureTolRule object object +updatetolerance object checkshape object bsection result object tool diff --git a/tests/bugs/moddata_2/pro20333 b/tests/bugs/moddata_2/pro20333 index 5592fd068e..c05e5cd45d 100755 --- a/tests/bugs/moddata_2/pro20333 +++ b/tests/bugs/moddata_2/pro20333 @@ -8,7 +8,7 @@ puts "It takes visual check for this BUG" puts "==================================" restore [locate_data_file pro20333a.brep] result -EnsureTolRule result result +updatetolerance result checkshape result tclean result diff --git a/tests/bugs/step/buc60948 b/tests/bugs/step/buc60948 index d06b909b31..00b5c59271 100755 --- a/tests/bugs/step/buc60948 +++ b/tests/bugs/step/buc60948 @@ -5,7 +5,7 @@ puts "BUC60948" puts "========================" restore [locate_data_file pump4.brep] a_1 -EnsureTolRule a_1 a_1 +updatetolerance a_1 checkshape a_1 ##################################################################### diff --git a/tests/bugs/step/bug630 b/tests/bugs/step/bug630 index be56d29305..ded3150c01 100755 --- a/tests/bugs/step/bug630 +++ b/tests/bugs/step/bug630 @@ -7,7 +7,7 @@ puts "" ######################################################## restore [locate_data_file OCC630.brep] a1 -EnsureTolRule a1 a1 +updatetolerance a1 checkshape a1 ###################################################################### diff --git a/tests/bugs/vis/buc60661 b/tests/bugs/vis/buc60661 index 88c5574352..fb9f8a8dda 100755 --- a/tests/bugs/vis/buc60661 +++ b/tests/bugs/vis/buc60661 @@ -13,7 +13,7 @@ pload XDE ################################################################## restore [locate_data_file buc60661a.brep] buc60661 -EnsureTolRule buc60661 buc60661 +updatetolerance buc60661 checkshape buc60661 ###################################################################### diff --git a/tests/bugs/vis/bug288_1 b/tests/bugs/vis/bug288_1 index aa583116dc..2f68278509 100755 --- a/tests/bugs/vis/bug288_1 +++ b/tests/bugs/vis/bug288_1 @@ -4,7 +4,7 @@ puts "(case 1)" puts "========================" restore [locate_data_file shading_058.brep] result -EnsureTolRule result result +updatetolerance result checkshape result tclean result diff --git a/tests/bugs/vis/bug288_4 b/tests/bugs/vis/bug288_4 index c912b74c72..0daa61b39a 100755 --- a/tests/bugs/vis/bug288_4 +++ b/tests/bugs/vis/bug288_4 @@ -4,7 +4,7 @@ puts "(case 4)" puts "========================" restore [locate_data_file shading_151.brep] result -EnsureTolRule result result +updatetolerance result checkshape result tclean result diff --git a/tests/bugs/xde/bug859 b/tests/bugs/xde/bug859 index 8df3d6adc4..7393da702a 100755 --- a/tests/bugs/xde/bug859 +++ b/tests/bugs/xde/bug859 @@ -8,7 +8,7 @@ puts "" ##################### restore [locate_data_file OCC859.brep] a -EnsureTolRule a a +updatetolerance a checkshape a sewing result a diff --git a/tests/bugs/xde/bug861 b/tests/bugs/xde/bug861 index 7ec259928e..420c6dd125 100755 --- a/tests/bugs/xde/bug861 +++ b/tests/bugs/xde/bug861 @@ -8,7 +8,7 @@ puts "" ###################################################### restore [locate_data_file OCC859.brep] result -EnsureTolRule result result +updatetolerance result checkshape result freebounds result 0.1 diff --git a/tests/feat/featlf/B8 b/tests/feat/featlf/B8 index 9cbaf10761..272e90f0e7 100644 --- a/tests/feat/featlf/B8 +++ b/tests/feat/featlf/B8 @@ -2,7 +2,7 @@ # Date : 26 Nov 98 restore [locate_data_file cts21832_base.brep] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file cts21832_cont.brep] cont explode cont wire diff --git a/tests/feat/featprism/L2 b/tests/feat/featprism/L2 index 268c77cf53..a08dff8f89 100644 --- a/tests/feat/featprism/L2 +++ b/tests/feat/featprism/L2 @@ -2,7 +2,7 @@ # Date : 23mar98 restore [locate_data_file CTO900_ger60224-part.rle] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file ger60224-tool.rle] wire mkplane cont wire diff --git a/tests/feat/featprism/L8 b/tests/feat/featprism/L8 index 067df87236..d1d987364d 100644 --- a/tests/feat/featprism/L8 +++ b/tests/feat/featprism/L8 @@ -2,7 +2,7 @@ # Date : 10 Sept 98 restore [locate_data_file CTO900_pro12880c.rle] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file pro12880_face.rle] cont featprism base cont cont 0 1 0 1 1 diff --git a/tests/feat/featprism/M1 b/tests/feat/featprism/M1 index 46f24ba590..ac611b841c 100644 --- a/tests/feat/featprism/M1 +++ b/tests/feat/featprism/M1 @@ -2,7 +2,7 @@ # Date : 15 Sept 98 restore [locate_data_file CTO900_ger50084c.rle] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file ger50084_face.rle] wire ## contour est un wire -> on en fait une face diff --git a/tests/feat/featprism/O6 b/tests/feat/featprism/O6 index 9d56210650..aec6e2aded 100644 --- a/tests/feat/featprism/O6 +++ b/tests/feat/featprism/O6 @@ -7,7 +7,7 @@ cpulimit 2000 restore [locate_data_file CFE900_cts20geq.rle] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file cts20960_face.brep] cont explode base face diff --git a/tests/feat/featprism/O9 b/tests/feat/featprism/O9 index 096fa3b8c3..8bc9fd64c7 100644 --- a/tests/feat/featprism/O9 +++ b/tests/feat/featprism/O9 @@ -2,7 +2,7 @@ # Date : 25 Nov 98 restore [locate_data_file cts20088_base.brep] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file contour_pkv.rle] cont explode base face diff --git a/tests/feat/featprism/R1 b/tests/feat/featprism/R1 index ceb531cbdb..37ed03e992 100644 --- a/tests/feat/featprism/R1 +++ b/tests/feat/featprism/R1 @@ -2,7 +2,7 @@ # Date : 02 Dec 98 restore [locate_data_file CFE900_pro16gff.rle] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file pro16769_face.brep] cont explode base face diff --git a/tests/feat/featprism/S1 b/tests/feat/featprism/S1 index a0253a6fb3..215c1f5cfd 100644 --- a/tests/feat/featprism/S1 +++ b/tests/feat/featprism/S1 @@ -1,7 +1,7 @@ # cts20088 restore [locate_data_file cts20088_base.brep] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file contour_pkv.rle] cont explode base face diff --git a/tests/feat/featprism/S2 b/tests/feat/featprism/S2 index 473434f4da..6b57ad7a15 100644 --- a/tests/feat/featprism/S2 +++ b/tests/feat/featprism/S2 @@ -2,7 +2,7 @@ puts "TODO OCC22810 ALL: Error : The area of the resulting shape is" restore [locate_data_file cts20088_base.brep] base -EnsureTolRule base base +updatetolerance base restore [locate_data_file contour_pkv.rle] cont explode base face diff --git a/tests/heal/drop_small_edges/end b/tests/heal/drop_small_edges/end index efa992396e..5e943d48ef 100644 --- a/tests/heal/drop_small_edges/end +++ b/tests/heal/drop_small_edges/end @@ -1,5 +1,5 @@ puts [fixsmall result a 1] -EnsureTolRule result result +updatetolerance result if { [isdraw result] } { puts [checkshape result] } diff --git a/tests/heal/fix_face_size/end b/tests/heal/fix_face_size/end index 3f067b0e07..e2ab117984 100644 --- a/tests/heal/fix_face_size/end +++ b/tests/heal/fix_face_size/end @@ -1,3 +1,3 @@ puts [DT_ApplySeq result a MDTV ToV4] -EnsureTolRule result result +updatetolerance result puts [checkshape result] diff --git a/tests/heal/fix_gaps/end b/tests/heal/fix_gaps/end index 883c119995..8f4d51b8f6 100644 --- a/tests/heal/fix_gaps/end +++ b/tests/heal/fix_gaps/end @@ -1,3 +1,3 @@ fixwgaps result a 0.001 -EnsureTolRule result result +updatetolerance result puts [checkshape result] diff --git a/tests/heal/split_angle_advanced/end b/tests/heal/split_angle_advanced/end index ab9e9d5eb8..5eac94d444 100644 --- a/tests/heal/split_angle_advanced/end +++ b/tests/heal/split_angle_advanced/end @@ -1,4 +1,4 @@ puts [DT_SplitAngle result a] -EnsureTolRule result result +updatetolerance result puts [checkshape result] diff --git a/tests/heal/surface_to_bspline/end b/tests/heal/surface_to_bspline/end index 1c6197fc3d..22077972d4 100644 --- a/tests/heal/surface_to_bspline/end +++ b/tests/heal/surface_to_bspline/end @@ -1,3 +1,3 @@ puts [DT_ToBspl result a] -EnsureTolRule result result +updatetolerance result puts [checkshape result] diff --git a/tests/sewing/tol_0_01/T1 b/tests/sewing/tol_0_01/T1 index 8675033420..c04c0c7d6b 100644 --- a/tests/sewing/tol_0_01/T1 +++ b/tests/sewing/tol_0_01/T1 @@ -1,2 +1,2 @@ restore [locate_data_file CFE900_pro16gdo.rle] a -EnsureTolRule a a +updatetolerance a