Squish: Fix for changed QmlApplicationViewer code

Change-Id: Ia8f1b69bdeff029ff5cb1513bab90c41c33b210e
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
This commit is contained in:
Christian Stenger
2012-08-21 12:40:38 +02:00
parent f33d0179a7
commit 2b0fb76f79

View File

@@ -33,7 +33,7 @@ def main():
return return
# wait until search finished and verify search results # wait until search finished and verify search results
waitFor("searchFinished") waitFor("searchFinished")
validateSearchResult(17) validateSearchResult(18)
result = re.search("QmlApplicationViewer", str(editorWidget.plainText)) 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. " 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.") "File with used text is opened.")