summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@digia.com>2014-09-18 18:10:40 +0200
committerRobert Loehning <robert.loehning@digia.com>2014-09-19 11:05:13 +0200
commitdd1bc1f607251bac271a6f8f493fb7b8cf8118d2 (patch)
tree1d0de906a41bf5e8b1f2fd49cc0793952a2a8556
parent644b9131ddc3f17dd12114fd42e6a3d5a0929707 (diff)
downloadqt-creator-dd1bc1f607251bac271a6f8f493fb7b8cf8118d2.tar.gz
Squish: Avoid crash of tst_CSUP06
Change-Id: I76318223443ec2e0cc8ddd887a8ac70a6993c0c4 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
-rw-r--r--tests/system/suite_CSUP/tst_CSUP06/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP06/test.py b/tests/system/suite_CSUP/tst_CSUP06/test.py
index 03af0318f4..03076d1843 100644
--- a/tests/system/suite_CSUP/tst_CSUP06/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP06/test.py
@@ -149,6 +149,7 @@ def checkSymbolCompletion(editor, isClangCodeModel):
propShown = waitFor("object.exists(':popupFrame_TextEditor::GenericProposalWidget')", 2500)
test.compare(not propShown, symbol in missing,
"Proposal widget is (not) shown as expected (%s)" % symbol)
+ found = []
if propShown:
proposalListView = waitForObject(':popupFrame_Proposal_QListView')
found = dumpItems(proposalListView.model())