Salome HOME
Issue #1649: New creation of Construction Planes
authornds <nds@opencascade.com>
Tue, 19 Jul 2016 13:44:49 +0000 (16:44 +0300)
committernds <nds@opencascade.com>
Tue, 19 Jul 2016 13:44:49 +0000 (16:44 +0300)
Positive validator using breaks the test.

src/ModelAPI/Test/Test1064.py

index d44e933a02affe8145db8edc13b70f59757f625a..f3b42c126e33cd5ce5ae5ac145611abde1d28ad4 100644 (file)
@@ -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()
 
 #=========================================================================