From 090c4f10e00bb750d0cbf87f6f19b08059f59d2c Mon Sep 17 00:00:00 2001 From: nds Date: Tue, 19 Jul 2016 16:44:49 +0300 Subject: [PATCH] Issue #1649: New creation of Construction Planes Positive validator using breaks the test. --- src/ModelAPI/Test/Test1064.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() #========================================================================= -- 2.39.2