aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/shared
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-09-24 09:39:59 +0200
committerChristian Stenger <christian.stenger@qt.io>2018-10-16 10:40:41 +0000
commit885be5524ce6124cb2408564ae1616a951fcc5fc (patch)
tree4c8c7c6339f9c0f3106ff7c910f8523380a42e17 /tests/system/shared
parentfa96f731923facc1b051eef66baa8398dadb109b (diff)
Squish: Adapt to changed UI of debugger
Change-Id: I234ec55f69751f9fc9c543956fe5b9f058ef9633 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'tests/system/shared')
-rw-r--r--tests/system/shared/debugger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/shared/debugger.py b/tests/system/shared/debugger.py
index 1a1fc39a56..2a8a4d01ba 100644
--- a/tests/system/shared/debugger.py
+++ b/tests/system/shared/debugger.py
@@ -122,7 +122,7 @@ def removeOldBreakpoints():
# line number where the debugger should stop
def doSimpleDebugging(currentKit, currentConfigName, pressContinueCount=1,
expectedBPOrder=[], enableQml=True):
- expectedLabelTexts = ['Stopped\.', 'Stopped at breakpoint \d+ \(\d+\) in thread \d+\.']
+ expectedLabelTexts = ['Stopped\.', 'Stopped at breakpoint \d+ in thread \d+\.']
if len(expectedBPOrder) == 0:
expectedLabelTexts.append("Running\.")
switchViewTo(ViewConstants.PROJECTS)