From: nds Date: Tue, 19 Jul 2016 13:44:49 +0000 (+0300) Subject: Issue #1649: New creation of Construction Planes X-Git-Tag: V_2.5.0~180 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=090c4f10e00bb750d0cbf87f6f19b08059f59d2c;p=modules%2Fshaper.git Issue #1649: New creation of Construction Planes Positive validator using breaks the test. --- diff --git a/src/ModelAPI/Test/Test1064.py b/src/ModelAPI/Test/Test1064.py index d44e933a0..f3b42c126 100644 --- a/src/ModelAPI/Test/Test1064.py +++ b/src/ModelAPI/Test/Test1064.py @@ -75,7 +75,7 @@ aPlane.string("creation_method").setValue("by_other_plane") aPlane.string("by_other_plane_option").setValue("by_distance_from_other") aPlane.selection("plane").selectSubShape("face", "Part_1/Extrusion_1_1/Generated_Face_3") aPlane.real("distance").setValue(0) -aPlacementFt.boolean("distance_reverse").setValue(False) +aPlane.boolean("distance_reverse").setValue(False) aSession.finishOperation() #=========================================================================