]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/Test/TestDefeaturing_OnCompsolid3.py
Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / Test / TestDefeaturing_OnCompsolid3.py
index c63df13bf1c93edefe4fa1f6afac9b3baccc38f8..7e60322a9dd6f082d1df723803a86febb6ee8465 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2020  CEA/DEN, EDF R&D
+# Copyright (C) 2020-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -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())