Salome HOME
Rename checkBooleansResult to checkResult.
[modules/shaper.git] / src / FeaturesPlugin / Test / TestFillSolidCompShell.py
index ec7fe1163b257f1d4216ef748c99d0fd5623296f..d6de9e4cf79ec6565d2d1c4668824f979e1b7f4f 100644 (file)
@@ -57,7 +57,7 @@ MultiTranslation_1 = model.addMultiTranslation(Part_1_doc, [model.selection("SHE
 Boolean_2 = model.addFill(Part_1_doc, [model.selection("SOLID", "Box_1_1")], [model.selection("COMPOUND", "LinearCopy_1_1")])
 model.do()
 
-model.checkBooleansResult(Boolean_2, model, 1, [4], [4], [30], [132], [264])
+model.checkResult(Boolean_2, model, 1, [4], [4], [30], [132], [264])
 model.testHaveNamingSubshapes(Boolean_2, model, Part_1_doc)
 
 model.end()