summaryrefslogtreecommitdiff
path: root/tests/system/suite_qtquick/tst_qtquick_creation4
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-01-21 17:29:35 +0100
committerRobert Loehning <robert.loehning@digia.com>2014-01-22 10:13:02 +0100
commit52bff97cfa3b91d88a48f76ca7cd0584407594d4 (patch)
treed53e4ea1917065c58f9aa6280874e104e5e07eec /tests/system/suite_qtquick/tst_qtquick_creation4
parentfb114e38826585b8d1b0202be5923789839a7c93 (diff)
downloadqt-creator-52bff97cfa3b91d88a48f76ca7cd0584407594d4.tar.gz
Squish: Replaced lot of signal code by one simple function
Change-Id: Idb6b663a8b2be217d8769fab5e2f6f9290f37990 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_qtquick/tst_qtquick_creation4')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation4/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
index 570d38c643..d9ee75ee9a 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
@@ -41,7 +41,7 @@ def main():
test.log("Building project Qt Quick %d Extension Plugin (%s)"
% (quickVer, Targets.getStringForTarget(targ)))
invokeMenuItem("Build","Build All")
- waitForSignal("{type='ProjectExplorer::BuildManager' unnamed='1'}", "buildQueueFinished(bool)")
+ waitForCompile()
checkCompile()
checkLastBuild()
invokeMenuItem("File", "Close All Projects and Editors")