Salome HOME
Rename checkBooleansResult to checkResult.
[modules/shaper.git] / src / FeaturesPlugin / Test / TestFillShellShell.py
index f5cd97df70f49bef9bf2ee1a087c17185669d461..1363f2e95dd67a7db495bcf3a09b8012cec048f5 100644 (file)
@@ -82,7 +82,7 @@ Shell_2 = model.addShell(Part_1_doc, [model.selection("FACE", "Face_3_1"), model
 Boolean_1 = model.addFill(Part_1_doc, [model.selection("SHELL", "Shell_1_1")], [model.selection("SHELL", "Shell_2_1")])
 model.do()
 
-model.checkBooleansResult(Boolean_1, model, 1, [0], [0], [4], [15], [30])
+model.checkResult(Boolean_1, model, 1, [0], [0], [4], [15], [30])
 model.testHaveNamingSubshapes(Boolean_1, model, Part_1_doc)
 
 model.end()