From 58679d346c72cf0841fdd566ca0e69feabcb9b8d Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 13 Oct 2021 17:22:51 +0300 Subject: [PATCH] [bos #26514] [CEA 24622] Failing SHAPER tests. The new behaviour of Defeaturing is better. --- src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()) -- 2.39.2