Skip to content
Snippets Groups Projects
Commit a1c504e8 authored by Christian Stenger's avatar Christian Stenger
Browse files

Squish: Try to make 64bit pass on Jenkins


Change-Id: Id829958f434ed96569ac3278271a2d2caf78d674
Reviewed-by: default avatarBill King <bill.king@nokia.com>
parent 31ae1778
No related branches found
No related tags found
No related merge requests found
...@@ -149,7 +149,7 @@ def verifyHoveringOnEditor(editor, lines, additionalKeyPresses, expectedTypes, e ...@@ -149,7 +149,7 @@ def verifyHoveringOnEditor(editor, lines, additionalKeyPresses, expectedTypes, e
__handleTextTips__(tip, expectedVals, altVal) __handleTextTips__(tip, expectedVals, altVal)
elif expectedType == "WidgetTip": elif expectedType == "WidgetTip":
test.warning("Sorry - WidgetTip checks aren't implemented yet.") 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) waitFor("isNull(tip)", 3000)
# helper function that handles verification of TextTip hoverings # helper function that handles verification of TextTip hoverings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment