Squish: Update in CSUP02

Change-Id: I50cd4cf4ac794686db436274376ef13197631041
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
Robert Loehning
2012-10-31 19:02:47 +01:00
committed by David Schulz
parent 94d36078aa
commit 90058c2a85

View File

@@ -26,7 +26,6 @@ def main():
else:
type(editorWidget, "<Ctrl+Space>")
type(waitForObject(":popupFrame_Proposal_QListView"), "<Down>")
type(waitForObject(":popupFrame_Proposal_QListView"), "<Down>")
listView = waitForObject(":popupFrame_Proposal_QListView")
test.compare("class derived from QObject", str(listView.model().data(listView.currentIndex())),
"Verifying selecting the correct entry.")