From 1a16b95e15a4e0f71661ea89ce6ce6f7e73bd169 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Fri, 8 May 2020 23:18:28 +0300 Subject: [PATCH] Adjust unit test reference data according to the new behavior. --- src/ModelHighAPI/Test/Test19031.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/ModelHighAPI/Test/Test19031.py b/src/ModelHighAPI/Test/Test19031.py index 07f066cb1..8e83a438e 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, [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]) +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]) assert(model.checkPythonDump(model.ModelHighAPI.CHECK_NAMING)) -- 2.39.2