X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FTest%2FTestConstraintCoincidence.py;h=e37159af8b89bbb8683d0d2a8235e344206ecebb;hb=2202b8b58a629427d4ecfb3d24204681c253f379;hp=c7ba672dacf33e0a5bddb32dcda1f3d48a8d598a;hpb=dadb57d91e92a9e19871b2e46d97196e482ddc45;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/Test/TestConstraintCoincidence.py b/src/SketchPlugin/Test/TestConstraintCoincidence.py index c7ba672da..e37159af8 100644 --- a/src/SketchPlugin/Test/TestConstraintCoincidence.py +++ b/src/SketchPlugin/Test/TestConstraintCoincidence.py @@ -61,7 +61,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.)