From 3ef66a9b28f7c576e9fde48f4f16e1fcf233ba2c Mon Sep 17 00:00:00 2001 From: eso Date: Fri, 21 Aug 2015 16:17:41 +0300 Subject: [PATCH] Correction of test PARALLEL_2 --- test.squish/suite_ISSUES/tst_PARALLEL_2/test.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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")) -- 2.39.2