Salome HOME
Issue #2024 Redesign of circle and arc of circle: test correction(reason: center...
authornds <nds@opencascade.com>
Tue, 4 Apr 2017 12:00:39 +0000 (15:00 +0300)
committernds <nds@opencascade.com>
Tue, 4 Apr 2017 12:00:59 +0000 (15:00 +0300)
src/SketchPlugin/Test/TestCreateCircleChangeType.py

index 4a78584aa365d924d9175727f43f545253614445..8041ae1b575966174576717009eb36c8a7acc206 100644 (file)
@@ -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")