aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-12-13 13:46:41 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-12-13 14:36:42 +0000
commitbd8027d2320d5205e074464436bbfd63f237ffe1 (patch)
treec3f451b90c30aaa99a582edba9797b9136ca421e
parent800aa7466f06abff21528b64273df84fe6322d4a (diff)
Revert "Squish: Update expected line in tst_simple_debug"
...because the project template was changed once again. This reverts commit fe5249c401b0d0e99b33acddac5c65f2298a9679. Change-Id: Ie7940c4dfa98ed71d8c1e937c087918f9157cbfd 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 aff1aa8851..c726d6468b 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"):12},
+ expectedBreakpointsOrder = [{os.path.join(workingDir, projectName, "main.cpp"):10},
{os.path.join(workingDir, projectName, "main.qml"):13}]
availableConfigs = iterateBuildConfigs(len(checkedTargets), "Debug")
progressBarWait()