Skip to content
Snippets Groups Projects
Commit 2cd6db04 authored by Christian Stenger's avatar Christian Stenger
Browse files

Squish: Fix breakpoint line number


Generated main.qml has changed.

Change-Id: I697e9346e2fc45f5c5423b2f9d9892a601a38c75
Reviewed-by: default avatarRobert Loehning <robert.loehning@nokia.com>
parent 9ffe0310
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment