]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchPlugin/Test/TestConstraintMiddlePoint.py
Salome HOME
Tests fix.
[modules/shaper.git] / src / SketchPlugin / Test / TestConstraintMiddlePoint.py
index 42e2138934bb041114c57dea6fe09ff36b5b4aeb..80ef018179857a148b2943eab474b3a24fc0567f 100644 (file)
@@ -45,7 +45,7 @@ aDocument = aSession.moduleDocument()
 # add an origin
 aSession.startOperation()
 aFeature = aDocument.addFeature("Point")
-aFeature.string("creation_method").setValue("by_xyz")
+aFeature.string("creation_method").setValue("by_xyz")
 aFeature.real("x").setValue(0.)
 aFeature.real("y").setValue(0.)
 aFeature.real("z").setValue(0.)