summaryrefslogtreecommitdiff
path: root/tests/system/suite_APTW
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-02-07 20:48:00 +0100
committerRobert Loehning <robert.loehning@digia.com>2013-02-08 10:30:37 +0100
commitca4b3f9d1d2090393f2f0daf436948eee52e2456 (patch)
tree71999aebee2a48492d44751f53f52233fe1cf1cb /tests/system/suite_APTW
parent0a5cc2438c8cb7d88e6c3e7767f59b8355fcbf26 (diff)
downloadqt-creator-ca4b3f9d1d2090393f2f0daf436948eee52e2456.tar.gz
Squish: Wait for parsing in createNewQtQuickApplication()
This is what createProject_Qt_GUI() and createProject_Qt_Console() have always done Change-Id: Iaead1767c699e4fd237d999e6f3d94d277b1d84f Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_APTW')
-rw-r--r--tests/system/suite_APTW/tst_APTW02/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/system/suite_APTW/tst_APTW02/test.py b/tests/system/suite_APTW/tst_APTW02/test.py
index 2011b4c6a5..8789986998 100644
--- a/tests/system/suite_APTW/tst_APTW02/test.py
+++ b/tests/system/suite_APTW/tst_APTW02/test.py
@@ -6,7 +6,6 @@ source("../shared/aptw.py")
def main():
startApplication("qtcreator" + SettingsPath)
checkedTargets, projectName = createNewQtQuickApplication(tempDir(), "SampleApp")
- waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)")
# run project for debug and release and verify results
runVerify(checkedTargets)
#close Qt Creator