forked from qt-creator/qt-creator
Squish: Removed workaround
Bug is fixed in Qt 4.8.3 Task-number: QTCREATORBUG-7215 Change-Id: Idccfa11bf23ef4ed1962a8f84cf039b3de2bb8ea Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -43,9 +43,6 @@ def main():
|
||||
pos = size
|
||||
if key == "<Left>":
|
||||
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)
|
||||
|
Reference in New Issue
Block a user