aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-11-30 14:14:24 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-12-01 10:20:43 +0000
commitfe5249c401b0d0e99b33acddac5c65f2298a9679 (patch)
treec19c90ed7aff83dd94dfaf3047c2f991e44c3120
parentd0bf2a45283e663104a3e6ba7720f9a345ae9b63 (diff)
Squish: Update expected line in tst_simple_debug
Project template changed again. Change-Id: Ibd2767719e13e3de041e63e0977d838aa6c34f3c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
-rw-r--r--tests/system/suite_debugger/tst_simple_debug/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_simple_debug/test.py b/tests/system/suite_debugger/tst_simple_debug/test.py
index c726d6468b..aff1aa8851 100644
--- a/tests/system/suite_debugger/tst_simple_debug/test.py
+++ b/tests/system/suite_debugger/tst_simple_debug/test.py
@@ -52,7 +52,7 @@ def main():
test.log("Setting breakpoints")
result = setBreakpointsForCurrentProject(filesAndLines)
if result:
- expectedBreakpointsOrder = [{os.path.join(workingDir, projectName, "main.cpp"):10},
+ expectedBreakpointsOrder = [{os.path.join(workingDir, projectName, "main.cpp"):12},
{os.path.join(workingDir, projectName, "main.qml"):13}]
availableConfigs = iterateBuildConfigs(len(checkedTargets), "Debug")
progressBarWait()