aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_editors
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-05-24 13:39:32 +0200
committerRobert Loehning <robert.loehning@qt.io>2017-06-01 09:09:17 +0000
commit5ceb390b60e4dca445d0b1ee4e99b1829c9db106 (patch)
tree939f817850027c2d8e1a33b27bf2a55ba7f2ee98 /tests/system/suite_editors
parent2e203e868fa1770eaee2de582fbafba807ce207c (diff)
Squish: Update window title
Change-Id: Idff71e0d250b31436a59e10c6ab00f7d459ab89d Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/system/suite_editors')
-rw-r--r--tests/system/suite_editors/tst_basic_cpp_support/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_editors/tst_basic_cpp_support/test.py b/tests/system/suite_editors/tst_basic_cpp_support/test.py
index 9bcc75900d..d27c8ed6fb 100644
--- a/tests/system/suite_editors/tst_basic_cpp_support/test.py
+++ b/tests/system/suite_editors/tst_basic_cpp_support/test.py
@@ -82,7 +82,7 @@ def main():
# Creator should show the declaration of the function again.
selectFromLocator("dummy.cpp")
mainWin = findObject(":Qt Creator_Core::Internal::MainWindow")
- if not waitFor("'dummy.cpp ' in str(mainWin.windowTitle) and ' - cplusplus-tools - ' in str(mainWin.windowTitle)", 5000):
+ if not waitFor("'dummy.cpp ' in str(mainWin.windowTitle) and ' @ cplusplus-tools ' in str(mainWin.windowTitle)", 5000):
test.warning("Opening dummy.cpp seems to have failed")
# Reset cursor to the start of the document
if platform.system() == 'Darwin':