aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_build_new_project
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2011-10-14 16:29:46 +0200
committerRobert Löhning <robert.loehning@nokia.com>2011-10-17 18:09:25 +0200
commit1139006b3fb4fe229ca08947bbaa634c6342f4fe (patch)
tree8b000a479c6a0e9c04e63063e02e842569358cc0 /tests/system/suite_debugger/tst_build_new_project
parentdbcd5715ad136b25d63fa7ff1f6ace0780e84deb (diff)
Squish: Let one function handle last page of all project wizards
Change-Id: I74e2c2f0c50a3131ad66fbde5e4a7fe004b7ebff Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
Diffstat (limited to 'tests/system/suite_debugger/tst_build_new_project')
-rw-r--r--tests/system/suite_debugger/tst_build_new_project/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_build_new_project/test.py b/tests/system/suite_debugger/tst_build_new_project/test.py
index 2799e91a8b..2da3f55574 100644
--- a/tests/system/suite_debugger/tst_build_new_project/test.py
+++ b/tests/system/suite_debugger/tst_build_new_project/test.py
@@ -5,7 +5,7 @@ project = "SquishProject"
def main():
startApplication("qtcreator" + SettingsPath)
- createProject_Qt_GUI(projectsPath, project, defaultQtVersion, 1)
+ createProject_Qt_GUI(projectsPath, project, defaultQtVersion, True)
clickButton(verifyEnabled(":*Qt Creator.Run_Core::Internal::FancyToolButton"))
waitForSignal("{type='ProjectExplorer::BuildManager' unnamed='1'}", "buildQueueFinished(bool)")
playButton = verifyEnabled(":Qt Creator.ReRun_QToolButton", False)