From: eso Date: Fri, 21 Aug 2015 13:17:41 +0000 (+0300) Subject: Correction of test PARALLEL_2 X-Git-Tag: V_1.4.0_beta4~291 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3ef66a9b28f7c576e9fde48f4f16e1fcf233ba2c;p=modules%2Fshaper.git Correction of test PARALLEL_2 --- diff --git a/test.squish/suite_ISSUES/tst_PARALLEL_2/test.py b/test.squish/suite_ISSUES/tst_PARALLEL_2/test.py index cdfc8f9e2..78320480a 100644 --- a/test.squish/suite_ISSUES/tst_PARALLEL_2/test.py +++ b/test.squish/suite_ISSUES/tst_PARALLEL_2/test.py @@ -10,13 +10,8 @@ def sketch(): parallel_create((165, 190), (581, 197)) parallel_create((285, 135), (469, 364)) + #[check] Check that lines are parallel test.vp("VP1") - mouseDrag(waitForObject(":OpenParts*_AppElements_ViewPort"), 663, 348, -375, 114, 1, Qt.LeftButton) - test.vp("VP2") - mouseDrag(waitForObject(":OpenParts*_AppElements_ViewPort"), 301, 125, 284, 67, 1, Qt.LeftButton) - mouseDrag(waitForObject(":OpenParts*_AppElements_ViewPort"), 156, 249, -15, 184, 1, Qt.LeftButton) - test.vp("VP3") - mouseClick(waitForObject(":OpenParts*_AppElements_ViewPort"), 336, 302, 0, Qt.LeftButton) def main(): source(findFile("scripts", "common.py"))