From: Artem Zhidkov Date: Wed, 13 May 2020 12:25:22 +0000 (+0300) Subject: Revert "Adjust unit test reference data according to the new behavior." X-Git-Tag: V9_5_0b1~13 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a428251ea66ab58ffccee86b398c7fe8a4309745;p=modules%2Fshaper.git Revert "Adjust unit test reference data according to the new behavior." This reverts commit 1a16b95e15a4e0f71661ea89ce6ce6f7e73bd169. --- diff --git a/src/ModelHighAPI/Test/Test19031.py b/src/ModelHighAPI/Test/Test19031.py index 8e83a438e..07f066cb1 100644 --- a/src/ModelHighAPI/Test/Test19031.py +++ b/src/ModelHighAPI/Test/Test19031.py @@ -360,11 +360,11 @@ Fillet_1 = model.addFillet(Part_1_doc, [model.selection("EDGE", "[Extrusion_1_1_ model.end() model.testNbResults(Fillet_1, 1) -model.testNbSubResults(Fillet_1, [16]) -model.testNbSubShapes(Fillet_1, GeomAPI_Shape.SOLID, [16]) -model.testNbSubShapes(Fillet_1, GeomAPI_Shape.FACE, [141]) -model.testNbSubShapes(Fillet_1, GeomAPI_Shape.EDGE, [656]) -model.testNbSubShapes(Fillet_1, GeomAPI_Shape.VERTEX, [1312]) -model.testResultsVolumes(Fillet_1, [867199.579792]) +model.testNbSubResults(Fillet_1, [15]) +model.testNbSubShapes(Fillet_1, GeomAPI_Shape.SOLID, [15]) +model.testNbSubShapes(Fillet_1, GeomAPI_Shape.FACE, [134]) +model.testNbSubShapes(Fillet_1, GeomAPI_Shape.EDGE, [624]) +model.testNbSubShapes(Fillet_1, GeomAPI_Shape.VERTEX, [1248]) +model.testResultsVolumes(Fillet_1, [867199.641696438]) assert(model.checkPythonDump(model.ModelHighAPI.CHECK_NAMING))