From d7e91131c3e0101f7a79bc2fad141dd9b73d3236 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Fri, 29 May 2020 08:32:09 +0300 Subject: [PATCH] Update reference data according to the new behavior of extrusion (issue #19196) --- src/FeaturesPlugin/Test/TestExtrusion_ByFaces19.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2