forked from qt-creator/qt-creator
Squish: Update in CSUP02
Change-Id: I50cd4cf4ac794686db436274376ef13197631041 Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
committed by
David Schulz
parent
94d36078aa
commit
90058c2a85
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user