From: jfa Date: Wed, 13 Oct 2021 14:22:51 +0000 (+0300) Subject: [bos #26514] [CEA 24622] Failing SHAPER tests. The new behaviour of Defeaturing is... X-Git-Tag: V9_8_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=58679d346c72cf0841fdd566ca0e69feabcb9b8d;p=modules%2Fshaper.git [bos #26514] [CEA 24622] Failing SHAPER tests. The new behaviour of Defeaturing is better. --- diff --git a/src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py b/src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py index 23d82d2fa..917cc8fde 100644 --- a/src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py +++ b/src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py @@ -77,9 +77,9 @@ from GeomAPI import * model.testNbResults(Defeaturing_1, 1) model.testNbSubResults(Defeaturing_1, [2]) model.testNbSubShapes(Defeaturing_1, GeomAPI_Shape.SOLID, [2]) -model.testNbSubShapes(Defeaturing_1, GeomAPI_Shape.FACE, [14]) -model.testNbSubShapes(Defeaturing_1, GeomAPI_Shape.EDGE, [60]) -model.testNbSubShapes(Defeaturing_1, GeomAPI_Shape.VERTEX, [120]) +model.testNbSubShapes(Defeaturing_1, GeomAPI_Shape.FACE, [12]) +model.testNbSubShapes(Defeaturing_1, GeomAPI_Shape.EDGE, [48]) +model.testNbSubShapes(Defeaturing_1, GeomAPI_Shape.VERTEX, [96]) model.testResultsVolumes(Defeaturing_1, [4000]) assert(model.checkPythonDump())