summaryrefslogtreecommitdiff
path: root/tests/system/suite_CSUP/tst_CSUP05/test.py
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2013-04-25 19:08:55 +0200
committerChristian Stenger <christian.stenger@digia.com>2013-05-02 10:13:19 +0200
commitc8984dc58adb48ce82a2794fe713d945f1d4f3ec (patch)
tree704f87520a13215d1d5acbedcd0519cc9b24acc7 /tests/system/suite_CSUP/tst_CSUP05/test.py
parent3245b706bcd173aed34a981b592de0019e25c7d5 (diff)
downloadqt-creator-c8984dc58adb48ce82a2794fe713d945f1d4f3ec.tar.gz
Squish: Using progressBarWait() instead of waitForSignal()
Change-Id: Ia87569c080f3b54dd8f78b023408de76eb3c574c Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests/system/suite_CSUP/tst_CSUP05/test.py')
-rw-r--r--tests/system/suite_CSUP/tst_CSUP05/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP05/test.py b/tests/system/suite_CSUP/tst_CSUP05/test.py
index 97dec22d1e..174759e7da 100644
--- a/tests/system/suite_CSUP/tst_CSUP05/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP05/test.py
@@ -17,7 +17,7 @@ def main():
# open example project
openQmakeProject(examplePath)
# wait for parsing to complete
- waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)")
+ progressBarWait(30000)
# open .cpp file in editor
if not openDocument("propertyanimation.Sources.main\\.cpp"):
test.fatal("Could not open main.cpp")