Squish: Fix tst_simple_debug after change of file template

Change-Id: I44a8450ae089c14aac8911d6e3c5802b497d9044
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2014-03-06 13:29:14 +01:00
parent b6ea314a55
commit 90dc3fec6d

View File

@@ -55,7 +55,7 @@ def main():
result = setBreakpointsForCurrentProject(filesAndLines)
if result:
expectedBreakpointsOrder = [{os.path.join(workingDir, projectName, "main.cpp"):10},
{os.path.join(workingDir, projectName, "qml", "main.qml"):13}]
{os.path.join(workingDir, projectName, "qml", "main.qml"):10}]
# Only use 4.7.4 to work around QTBUG-25187
availableConfigs = iterateBuildConfigs(len(checkedTargets), "Debug")
progressBarWait()