aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_build_new_project
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-04-03 21:37:48 +0200
committerRobert Löhning <robert.loehning@nokia.com>2012-04-04 13:14:43 +0200
commit791a196f1d8e9e528825b476ffb700c91153ae44 (patch)
tree423ed7828d078a885e3c2e10ac8b8f1cb02bb47f /tests/system/suite_debugger/tst_build_new_project
parent2ece74469c2234919cc0db1409d308fad501c917 (diff)
Squish: Always using menu to close Creator
Change-Id: I9f8019a23ad96baa865c74721fb8712d612adb81 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 80f40748b1..e0ebaf9445 100644
--- a/tests/system/suite_debugger/tst_build_new_project/test.py
+++ b/tests/system/suite_debugger/tst_build_new_project/test.py
@@ -10,7 +10,7 @@ def main():
selectBuildConfig(1, 0, config)
test.log("Testing build configuration: " + config)
runAndCloseApp()
- sendEvent("QCloseEvent", waitForObject(":Qt Creator_Core::Internal::MainWindow"))
+ invokeMenuItem("File", "Exit")
waitForCleanShutdown()
def init():