forked from qt-creator/qt-creator
Squish: Fix breakpoint line number
Generated main.qml has changed. Change-Id: I697e9346e2fc45f5c5423b2f9d9892a601a38c75 Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user