aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_CSUP/tst_CSUP01
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_CSUP/tst_CSUP01
parent0a5cc2438c8cb7d88e6c3e7767f59b8355fcbf26 (diff)
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_CSUP/tst_CSUP01')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP01/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py
index b3ca9bdece..a6e15cbee2 100644
--- a/tests/system/suite_CSUP/tst_CSUP01/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP01/test.py
@@ -7,7 +7,6 @@ def main():
# create qt quick application
# Step 1: Open test .pro project.
createNewQtQuickApplication(tempDir(), "SampleApp")
- waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)")
# Step 2: Open .cpp file in Edit mode.
if not openDocument("SampleApp.Sources.main\\.cpp"):
test.fatal("Could not open main.cpp")