X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FTest%2FTestUnion_MultiLevelCompound_v20190506.py;h=3e2469c59770c79119decfb71d027c117686ab70;hb=a18acc21d986faf40cec51df342788a98014dfc1;hp=63d3e03cbfe8c3cd6e3807f21032f3335cd38ac2;hpb=af3f198f432b9f99aa30adbf4d009ab4894fa3a4;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/Test/TestUnion_MultiLevelCompound_v20190506.py b/src/FeaturesPlugin/Test/TestUnion_MultiLevelCompound_v20190506.py index 63d3e03cb..3e2469c59 100644 --- a/src/FeaturesPlugin/Test/TestUnion_MultiLevelCompound_v20190506.py +++ b/src/FeaturesPlugin/Test/TestUnion_MultiLevelCompound_v20190506.py @@ -77,7 +77,7 @@ model.end() from GeomAPI import GeomAPI_Shape model.testNbResults(Union_1, 1) -model.testNbSubResults(Union_1, [9]) +model.testNbSubResults(Union_1, [2]) model.testNbSubShapes(Union_1, GeomAPI_Shape.SOLID, [15]) model.testNbSubShapes(Union_1, GeomAPI_Shape.FACE, [70]) model.testNbSubShapes(Union_1, GeomAPI_Shape.EDGE, [224])