Squish: Fix tst_external_sort

Forgot this one in 42236fc734.

Change-Id: I4f7c7b654dd266e6f131a31a5ca3bdc34bcf2f8f
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
Christian Stenger
2014-10-14 08:42:30 +02:00
parent 3119d93b79
commit 2a4b7fc8de

View File

@@ -41,7 +41,7 @@ def main():
locale = "LC_ALL=C "
sorted = getOutputFromCmdline("%ssort %s" % (locale, unsortedFile)).replace("\r", "")
selectFromFileDialog(unsortedFile)
editor = waitForObject("{type='TextEditor::BaseTextEditorWidget' unnamed='1' "
editor = waitForObject("{type='TextEditor::TextEditorWidget' unnamed='1' "
"visible='1' window=':Qt Creator_Core::Internal::MainWindow'}", 3000)
placeCursorToLine(editor, "bbb")
invokeMenuItem("Edit", "Select All")