From a1c504e8cfebecc3675787f523b38a649fad8828 Mon Sep 17 00:00:00 2001
From: Christian Stenger <christian.stenger@nokia.com>
Date: Tue, 21 Feb 2012 12:00:26 +0100
Subject: [PATCH] Squish: Try to make 64bit pass on Jenkins

Change-Id: Id829958f434ed96569ac3278271a2d2caf78d674
Reviewed-by: Bill King <bill.king@nokia.com>
---
 tests/system/shared/editor_utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system/shared/editor_utils.py b/tests/system/shared/editor_utils.py
index 70b8ff7faf7..cc6ef531c7a 100644
--- a/tests/system/shared/editor_utils.py
+++ b/tests/system/shared/editor_utils.py
@@ -149,7 +149,7 @@ def verifyHoveringOnEditor(editor, lines, additionalKeyPresses, expectedTypes, e
                 __handleTextTips__(tip, expectedVals, altVal)
             elif expectedType == "WidgetTip":
                 test.warning("Sorry - WidgetTip checks aren't implemented yet.")
-            sendEvent("QMouseEvent", editor, QEvent.MouseMove, 0, -50, Qt.NoButton, 0)
+            mouseMove(editor, -50, -50)
             waitFor("isNull(tip)", 3000)
 
 # helper function that handles verification of TextTip hoverings
-- 
GitLab