From: jfa Date: Fri, 8 Nov 2024 14:43:46 +0000 (+0000) Subject: Tset case corrected in accordance with improved behaviour due to OCCT 32964 bug fix... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=75947a0903e7f393676ac8585502be5d8397acdc;p=modules%2Fshaper.git Tset case corrected in accordance with improved behaviour due to OCCT 32964 bug fix integration. --- diff --git a/src/SketchPlugin/Test/TestOffset1.py b/src/SketchPlugin/Test/TestOffset1.py index ee59d3889..9e7d3667d 100644 --- a/src/SketchPlugin/Test/TestOffset1.py +++ b/src/SketchPlugin/Test/TestOffset1.py @@ -199,7 +199,7 @@ assert (model.dof(aSketchFeature) == 7) aSession.startOperation() aRefListInitial.remove(aSketchLine2.lastResult()) aSession.finishOperation() -checkOffset(aRefListA, aRefListB, anOffsetToBaseMap, VALUE, IS_REVERSED, 2, 4) +checkOffset(aRefListA, aRefListB, anOffsetToBaseMap, VALUE, IS_REVERSED, 2, 3) assert (model.dof(aSketchFeature) == 7) #=========================================================================