aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2016-04-13 14:05:34 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2016-04-15 13:19:59 +0000
commit9e63807134c5c173ae968e7383a1a78f135c90fb (patch)
tree7be97ef968371f954dd184dd0d6e2fafb33537f2
parent532cd88dd740490400afbc565d4409e37105e200 (diff)
Squish: Remove workaround for fixed bug
This reverts commit ca66ad3d0cc324c850426537341c24187dacd814. Task-number: QTCREATORBUG-15806 Change-Id: I2e81aa5c0fe014be6dda32b326ab3d4a1bfd9600 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
-rw-r--r--tests/system/suite_debugger/tst_simple_debug/test.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/system/suite_debugger/tst_simple_debug/test.py b/tests/system/suite_debugger/tst_simple_debug/test.py
index acbcd4a626..205ef99cfc 100644
--- a/tests/system/suite_debugger/tst_simple_debug/test.py
+++ b/tests/system/suite_debugger/tst_simple_debug/test.py
@@ -52,9 +52,6 @@ def main():
if result:
expectedBreakpointsOrder = [{os.path.join(workingDir, projectName, "main.cpp"):8},
{os.path.join(workingDir, projectName, "main.qml"):10}]
- if JIRA.isBugStillOpen(15806):
- test.xfail("Breakpoint in QML file won't be hit (QTCREATORBUG-15806).")
- expectedBreakpointsOrder = expectedBreakpointsOrder[:-1]
# Only use 4.7.4 to work around QTBUG-25187
availableConfigs = iterateBuildConfigs(len(checkedTargets), "Debug")
progressBarWait()