diff options
author | Robert Loehning <robert.loehning@digia.com> | 2013-02-07 20:48:00 +0100 |
---|---|---|
committer | Robert Loehning <robert.loehning@digia.com> | 2013-02-08 10:30:37 +0100 |
commit | ca4b3f9d1d2090393f2f0daf436948eee52e2456 (patch) | |
tree | 71999aebee2a48492d44751f53f52233fe1cf1cb /tests/system/suite_APTW | |
parent | 0a5cc2438c8cb7d88e6c3e7767f59b8355fcbf26 (diff) | |
download | qt-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.py | 1 |
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 |