aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-03-20 14:21:55 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-03-20 15:06:34 +0000
commit262141a0dc74f30f435d929f96bcf6e1162d1743 (patch)
tree331b60751b51770b1f53d9804d153c97e08e5e8c
parentc308ec7b736b1e105803845c2b15599bd1c0a7c6 (diff)
Squish: Make workaround permanent in tst_simple_debug
The fix is in 4.3 Task-number: QTCREATORBUG-17492 Change-Id: If155bd9b16a119e7b91161788708c21653222f8d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/shared/debugger.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py
index 13f22f4a22..74ea190a30 100644
--- a/tests/system/shared/debugger.py
+++ b/tests/system/shared/debugger.py
@@ -128,8 +128,7 @@ def doSimpleDebugging(kitCount, currentKit, currentConfigName, pressContinueCoun
expectedLabelTexts = ['Stopped\.', 'Stopped at breakpoint \d+ \(\d+\) in thread \d+\.']
if len(expectedBPOrder) == 0:
expectedLabelTexts.append("Running\.")
- if JIRA.isBugStillOpen(17492):
- expectedLabelTexts.append("QML Debugger: Error: Unknown socket error 0")
+ expectedLabelTexts.append("QML Debugger: Error: Unknown socket error 0")
switchViewTo(ViewConstants.PROJECTS)
switchToBuildOrRunSettingsFor(kitCount, currentKit, ProjectSettings.RUN)
ensureChecked(waitForObject("{container=':Qt Creator.scrollArea_QScrollArea' text='Enable QML' "