Salome HOME
Issue #2920: Concealment into multi-level Compounds
[modules/shaper.git] / src / FeaturesPlugin / Test / TestBooleanSplit_MultiLevelCompound_v20190506_1.py
index 68c0cff7acb22aada5eaf7a7f083d30e20de2a77..f768b45a36e567ac134ba1437c0533441b73838d 100644 (file)
@@ -86,7 +86,7 @@ model.end()
 from GeomAPI import GeomAPI_Shape
 
 model.testNbResults(Split_1, 1)
-model.testNbSubResults(Split_1, [4])
+model.testNbSubResults(Split_1, [3])
 model.testNbSubShapes(Split_1, GeomAPI_Shape.SOLID, [11])
 model.testNbSubShapes(Split_1, GeomAPI_Shape.FACE, [73])
 model.testNbSubShapes(Split_1, GeomAPI_Shape.EDGE, [292])