Salome HOME
Rename checkBooleansResult to checkResult.
[modules/shaper.git] / src / BuildPlugin / Test / TestCompound.py
index 6a25a8ec75becd35fcde4a9be1323e8c72e89d2a..c55dda70f52760e56c428c414db66884ff2556d9 100644 (file)
@@ -84,7 +84,7 @@ Compound_1_objects = [model.selection("VERTEX", "Sketch_1/Vertex-SketchPoint_1")
 Compound_1 = model.addCompound(Part_1_doc, Compound_1_objects)
 model.do()
 
-model.checkBooleansResult(Compound_1, model, 1, [11], [3], [22], [92], [186])
+model.checkResult(Compound_1, model, 1, [11], [3], [22], [92], [186])
 
 model.end()