]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/Test/TestFillWireSolid.py
Salome HOME
Rename checkBooleansResult to checkResult.
[modules/shaper.git] / src / FeaturesPlugin / Test / TestFillWireSolid.py
index f2998dcee3bfcb17161fb97e68e80078599f7cbd..d0fd12e4e69890edc0eda5bb63ed19c0fe265c55 100644 (file)
@@ -53,7 +53,7 @@ Wire_1 = model.addWire(Part_1_doc, [model.selection("WIRE", "Sketch_1/Wire-Sketc
 Boolean_1 = model.addFill(Part_1_doc, [model.selection("WIRE", "Wire_1_1")], [model.selection("SOLID", "Box_1_1")])
 model.do()
 
-model.checkBooleansResult(Boolean_1, model, 1, [0], [0], [0], [9], [18])
+model.checkResult(Boolean_1, model, 1, [0], [0], [0], [9], [18])
 model.testHaveNamingSubshapes(Boolean_1, model, Part_1_doc)
 
 model.end()