forked from qt-creator/qt-creator
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user