forked from qt-creator/qt-creator
Squish: Fix typeLines()
Change-Id: I13abcceebc3f61b508da658d5e9d4650fddff6ea Reviewed-by: Robert Loehning <robert.loehning@digia.com>
This commit is contained in:
@@ -92,7 +92,7 @@ def typeLines(editor, lines):
|
||||
if isinstance(lines, (list, tuple)):
|
||||
for line in lines:
|
||||
type(editor, line)
|
||||
type(editor, "<Enter>")
|
||||
type(editor, "<Return>")
|
||||
else:
|
||||
test.warning("Illegal parameter passed to typeLines()")
|
||||
|
||||
|
Reference in New Issue
Block a user