Salome HOME
Issue #2920: Concealment into multi-level Compounds
[modules/shaper.git] / src / FeaturesPlugin / Test / TestPartition_MultiLevelCompound_v20190506_1.py
index de14905ba9c2693df8dc5c30189b3bf4989109aa..b0bd23d047506bec2444dcfd1f86fe9dabbc9bfd 100644 (file)
@@ -86,7 +86,7 @@ model.end()
 from GeomAPI import GeomAPI_Shape
 
 model.testNbResults(Partition_1, 1)
-model.testNbSubResults(Partition_1, [4])
+model.testNbSubResults(Partition_1, [3])
 model.testNbSubShapes(Partition_1, GeomAPI_Shape.SOLID, [15])
 model.testNbSubShapes(Partition_1, GeomAPI_Shape.FACE, [98])
 model.testNbSubShapes(Partition_1, GeomAPI_Shape.EDGE, [394])