Salome HOME
Issue #2920: Concealment into multi-level Compounds
[modules/shaper.git] / src / FeaturesPlugin / Test / TestBooleanSmash_MultiLevelCompound_v20190506_2.py
index 5bb3790e676ad0c9a6e2680b3243342ff4e1adb6..d7b2d5607ab50216b280fc569a42c21cace5cb8a 100644 (file)
@@ -111,7 +111,7 @@ model.end()
 from GeomAPI import GeomAPI_Shape
 
 model.testNbResults(Smash_1, 1)
-model.testNbSubResults(Smash_1, [3])
+model.testNbSubResults(Smash_1, [2])
 model.testNbSubShapes(Smash_1, GeomAPI_Shape.SOLID, [9])
 model.testNbSubShapes(Smash_1, GeomAPI_Shape.FACE, [83])
 model.testNbSubShapes(Smash_1, GeomAPI_Shape.EDGE, [376])