]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
[bos #26514] [CEA 24622] Failing SHAPER tests. The new behaviour of Defeaturing is...
authorjfa <jfa@opencascade.com>
Wed, 13 Oct 2021 14:22:51 +0000 (17:22 +0300)
committerjfa <jfa@opencascade.com>
Wed, 13 Oct 2021 14:22:51 +0000 (17:22 +0300)
src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py

index 23d82d2fa8ab17f2d6c0c29280e4a0e46b8d5899..917cc8fde77155a6f38f5874226cbd40b593b758 100644 (file)
@@ -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())