From a19a211adf8e33c8f722f0ba9332736fea7b0589 Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 4 Apr 2017 15:00:39 +0300 Subject: [PATCH] Issue #2024 Redesign of circle and arc of circle: test correction(reason: center attribute is always initialized) --- src/SketchPlugin/Test/TestCreateCircleChangeType.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/SketchPlugin/Test/TestCreateCircleChangeType.py b/src/SketchPlugin/Test/TestCreateCircleChangeType.py index 4a78584aa..8041ae1b5 100644 --- a/src/SketchPlugin/Test/TestCreateCircleChangeType.py +++ b/src/SketchPlugin/Test/TestCreateCircleChangeType.py @@ -23,9 +23,7 @@ __updated__ = "2017-03-22" def assertNotInitializedByCenterAndPassed(theMacroCircle): # check points - aCenterPoint = geomDataAPI_Point2D(theMacroCircle.attribute("center_point")) aPassedPoint = geomDataAPI_Point2D(theMacroCircle.attribute("passed_point")) - assert (not aCenterPoint.isInitialized()) assert (not aPassedPoint.isInitialized()) # check references aCenterPointRef = theMacroCircle.refattr("center_point_ref") -- 2.39.2