Salome HOME
Correction of test PARALLEL_2
authoreso <eugeny.savchenko@opencascade.com>
Fri, 21 Aug 2015 13:17:41 +0000 (16:17 +0300)
committereso <eugeny.savchenko@opencascade.com>
Fri, 21 Aug 2015 13:17:41 +0000 (16:17 +0300)
test.squish/suite_ISSUES/tst_PARALLEL_2/test.py

index cdfc8f9e2287fe30010078b8718863dce8da0d5e..78320480a78a9e53b97040232eb3a5a6846ae4c3 100644 (file)
@@ -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"))