summaryrefslogtreecommitdiff
path: root/tests/system/suite_debugger/tst_cli_output_console/test.py
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@digia.com>2012-10-19 17:36:14 +0200
committerChristian Stenger <christian.stenger@digia.com>2012-11-01 17:09:40 +0100
commit47289addff4e23f049d38ad368defe77d403a56a (patch)
tree3800ac2a461d23e498c5609fb9245991c13a95eb /tests/system/suite_debugger/tst_cli_output_console/test.py
parent270207f77e60bcb60bcd9d134f4b17ad79f4cdfd (diff)
downloadqt-creator-47289addff4e23f049d38ad368defe77d403a56a.tar.gz
Squish: Test handling of read only files
Change-Id: I459fdaed7338f5343b760da47e9652baf78986f0 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Diffstat (limited to 'tests/system/suite_debugger/tst_cli_output_console/test.py')
-rw-r--r--tests/system/suite_debugger/tst_cli_output_console/test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/system/suite_debugger/tst_cli_output_console/test.py b/tests/system/suite_debugger/tst_cli_output_console/test.py
index f04e0e4959..6900aef542 100644
--- a/tests/system/suite_debugger/tst_cli_output_console/test.py
+++ b/tests/system/suite_debugger/tst_cli_output_console/test.py
@@ -31,8 +31,7 @@ def main():
# Rely on code completion for closing bracket
invokeMenuItem("File", "Save All")
selectFromLocator(project + ".pro")
- proEditor = waitForObject("{type='Qt4ProjectManager::Internal::ProFileEditorWidget' unnamed='1' visible='1'"
- "window=':Qt Creator_Core::Internal::MainWindow'}", 20000)
+ proEditor = waitForObject(":Qt Creator_ProFileEditorWidget", 20000)
test.verify("CONFIG += console" in str(proEditor.plainText), "Verifying that program is configured with console")
setRunInTerminal(1, 0, False)