Salome HOME
Issue #2631: SIGSEGV when creating a point on the result of a cut edge by edge
[modules/shaper.git] / src / FeaturesPlugin / Test / TestFillFaceEdge.py
index 33a1d21bbdf56689f0694cf86bfd36748d75da31..5bcc0602a345edd7505954f4c2e5f48c2364cf68 100644 (file)
@@ -43,7 +43,7 @@ Edge_1 = model.addEdge(Part_1_doc, [model.selection("EDGE", "Sketch_2/Edge-Sketc
 Boolean_1 = model.addFill(Part_1_doc, [model.selection("FACE", "Face_1_1")], [model.selection("EDGE", "Edge_1_1")])
 model.do()
 
-model.checkBooleansResult(Boolean_1,model,1,[2],[0],[2],[8],[16])
+model.checkResult(Boolean_1,model,1,[2],[0],[2],[8],[16])
 model.testHaveNamingSubshapes(Boolean_1,model,Part_1_doc)
 
 model.end()