From: Artem Zhidkov Date: Fri, 29 May 2020 05:32:09 +0000 (+0300) Subject: Update reference data according to the new behavior of extrusion (issue #19196) X-Git-Tag: V9_5_0rc1~25^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d7e91131c3e0101f7a79bc2fad141dd9b73d3236;p=modules%2Fshaper.git Update reference data according to the new behavior of extrusion (issue #19196) --- diff --git a/src/FeaturesPlugin/Test/TestExtrusion_ByFaces19.py b/src/FeaturesPlugin/Test/TestExtrusion_ByFaces19.py index 588e75f17..ee57d7af9 100644 --- a/src/FeaturesPlugin/Test/TestExtrusion_ByFaces19.py +++ b/src/FeaturesPlugin/Test/TestExtrusion_ByFaces19.py @@ -125,7 +125,7 @@ model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [0]) model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [4]) model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [16]) model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [32]) -model.testResultsVolumes(Extrusion_1, [10769.186376787]) +model.testResultsVolumes(Extrusion_1, [5169.186376787]) ParamFrom.setValue(-20) model.do() @@ -135,7 +135,7 @@ model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.SOLID, [0]) model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.FACE, [4]) model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.EDGE, [16]) model.testNbSubShapes(Extrusion_1, GeomAPI_Shape.VERTEX, [32]) -model.testResultsVolumes(Extrusion_1, [5169.186376787]) +model.testResultsVolumes(Extrusion_1, [10769.186376787]) model.testHaveNamingSubshapes(Extrusion_1, model, Part_1_doc)