Salome HOME
Correct misprint in name of "Coordinates" attribute of SketchPlugin_Point
[modules/shaper.git] / src / SketchPlugin / Test / TestMultiRotation.py
index 6a6d192016a8800c65f0ad7b16dd20edcac401be..905117ae394ef5908c7a39abbed283f7f8f2221b 100644 (file)
@@ -127,7 +127,7 @@ ANGLE = 30.
 #=========================================================================
 aSession.startOperation()
 aRotationPoint = aSketchFeature.addFeature("SketchPoint")
-aRotationPointPoint = geomDataAPI_Point2D(aRotationPoint.attribute("PointCoordindates"))
+aRotationPointPoint = geomDataAPI_Point2D(aRotationPoint.attribute("PointCoordinates"))
 aRotationPointPoint.setValue(CENTER_X, CENTER_Y)
 aSession.finishOperation()
 assert(model.dof(aSketchFeature) == 7)