Salome HOME
Issue #2611: Partition of a solid belonging to a Compsolid
[modules/shaper.git] / src / FeaturesPlugin / Test / TestUnion4Faces.py
index 7557083dfddccb977f90953d4d3a3b444da4941c..f5adc70c80fe862d1e9e69c817d200661187e833 100644 (file)
@@ -58,7 +58,7 @@ Partition_1 = model.addPartition(Part_1_doc, [model.selection("FACE", "Face_2_1"
 Union_1 = model.addUnion(Part_1_doc, [model.selection("FACE", "Partition_1_1_1"), model.selection("FACE", "Partition_1_1_3"), model.selection("FACE", "Partition_1_1_4")])
 model.do()
 
-model.checkBooleansResult(Union_1,model,1,[2],[0],[2],[13],[26])
+model.checkResult(Union_1,model,1,[2],[0],[2],[13],[26])
 #model.testHaveNamingSubshapes(Union_1,model,Part_1_doc)
 
 model.end()