From 2cd6db04bff363e3152d2b561fd6ead94cfe3ab0 Mon Sep 17 00:00:00 2001 From: Christian Stenger <christian.stenger@nokia.com> Date: Thu, 23 Aug 2012 15:06:39 +0200 Subject: [PATCH] Squish: Fix breakpoint line number Generated main.qml has changed. Change-Id: I697e9346e2fc45f5c5423b2f9d9892a601a38c75 Reviewed-by: Robert Loehning <robert.loehning@nokia.com> --- tests/system/suite_debugger/tst_simple_debug/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/suite_debugger/tst_simple_debug/test.py b/tests/system/suite_debugger/tst_simple_debug/test.py index 3a4e0721ee9..dac3c060103 100644 --- a/tests/system/suite_debugger/tst_simple_debug/test.py +++ b/tests/system/suite_debugger/tst_simple_debug/test.py @@ -32,7 +32,7 @@ def main(): test.log("Setting breakpoints") result = setBreakpointsForCurrentProject(filesAndLines) if result: - expectedBreakpointsOrder = [{"main.cpp":9}, {"main.qml":14}] + expectedBreakpointsOrder = [{"main.cpp":9}, {"main.qml":13}] # Only use 4.7.4 to work around QTBUG-25187 availableConfigs = iterateBuildConfigs(1, 0, "Debug") if not availableConfigs: -- GitLab