From b0107204837abd2ef1efb69434559173fd223e83 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Thu, 11 Oct 2012 14:09:22 +0200 Subject: [PATCH] Squish: Removed workaround Bug is fixed in Qt 4.8.3 Task-number: QTCREATORBUG-7215 Change-Id: Idccfa11bf23ef4ed1962a8f84cf039b3de2bb8ea Reviewed-by: Christian Stenger --- tests/system/suite_general/tst_select_all/test.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/system/suite_general/tst_select_all/test.py b/tests/system/suite_general/tst_select_all/test.py index 5c101629ae0..da1e18333c5 100644 --- a/tests/system/suite_general/tst_select_all/test.py +++ b/tests/system/suite_general/tst_select_all/test.py @@ -43,9 +43,6 @@ def main(): pos = size if key == "": pos -= 1 - if JIRA.isBugStillOpen(7215, JIRA.Bug.CREATOR): - test.warning("Using workaround for %s-%d" % (JIRA.Bug.CREATOR, 7215)) - pos = 0 test.compare(editor.textCursor().selectionStart(), pos) test.compare(editor.textCursor().selectionEnd(), pos) test.compare(editor.textCursor().position(), pos)