summaryrefslogtreecommitdiff
path: root/tests/system/suite_debugger/tst_cli_output_console/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-02-15 18:18:52 +0100
committerRobert Löhning <robert.loehning@nokia.com>2012-02-16 13:04:26 +0100
commit1f6b88c4c2bfaf4f597977969c9a939894824a7f (patch)
treee61aa0978578018a5ce77d1a38e9fc68a7a7fafb /tests/system/suite_debugger/tst_cli_output_console/test.py
parent9a5af00889fb3282c61144ce1f1f57bb4ce3c263 (diff)
downloadqt-creator-1f6b88c4c2bfaf4f597977969c9a939894824a7f.tar.gz
Squish: Moved workaround for QTCREATORBUG-6853 to new location
Change-Id: I4879b5454248d0738c6b3b5ec9b228ec59cdc787 Reviewed-by: Bill King <bill.king@nokia.com> Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests/system/suite_debugger/tst_cli_output_console/test.py')
-rw-r--r--tests/system/suite_debugger/tst_cli_output_console/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/system/suite_debugger/tst_cli_output_console/test.py b/tests/system/suite_debugger/tst_cli_output_console/test.py
index 7ae75ddc5e..6512e5bb9b 100644
--- a/tests/system/suite_debugger/tst_cli_output_console/test.py
+++ b/tests/system/suite_debugger/tst_cli_output_console/test.py
@@ -51,8 +51,7 @@ def main():
test.log("Debugging application")
runControlFinished = False
invokeMenuItem("Debug", "Start Debugging", "Start Debugging")
- if "Release" in config and platform.system() == "Linux":
- snooze(1) # work around QTCREATORBUG-6853
+ JIRA.performWorkaroundIfStillOpen(6853, JIRA.Bug.CREATOR, config)
handleDebuggerWarnings(config)
waitFor("runControlFinished==True")
try: