forked from qt-creator/qt-creator
Squish: Fix for changed QmlApplicationViewer code
Change-Id: Ia8f1b69bdeff029ff5cb1513bab90c41c33b210e Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
This commit is contained in:
@@ -33,7 +33,7 @@ def main():
|
||||
return
|
||||
# wait until search finished and verify search results
|
||||
waitFor("searchFinished")
|
||||
validateSearchResult(17)
|
||||
validateSearchResult(18)
|
||||
result = re.search("QmlApplicationViewer", str(editorWidget.plainText))
|
||||
test.verify(result, "Verifying if: The list of all usages of the selected text is displayed in Search Results. "
|
||||
"File with used text is opened.")
|
||||
|
Reference in New Issue
Block a user