summaryrefslogtreecommitdiff
path: root/tests/system/suite_HELP
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2015-06-18 13:58:27 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2015-06-19 08:49:34 +0000
commitaa0d68ec3e0d8165548b4136768168cbb08c51c2 (patch)
tree8bc4d61122eee55a461f2893c16db27c1016593b /tests/system/suite_HELP
parent92ec05c9bd083c13d6972ccc729c8a8a755b01f4 (diff)
downloadqt-creator-aa0d68ec3e0d8165548b4136768168cbb08c51c2.tar.gz
Squish: Remove compatibility code for Qt 5.3
Creator 3.5 needs Qt 5.4 at least. Change-Id: Ie37447ff612cc7294cbd8dcca17e81997e4f9328 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'tests/system/suite_HELP')
-rwxr-xr-xtests/system/suite_HELP/tst_HELP06/test.py11
1 files changed, 4 insertions, 7 deletions
diff --git a/tests/system/suite_HELP/tst_HELP06/test.py b/tests/system/suite_HELP/tst_HELP06/test.py
index fd71d6487a..0ff775790e 100755
--- a/tests/system/suite_HELP/tst_HELP06/test.py
+++ b/tests/system/suite_HELP/tst_HELP06/test.py
@@ -45,13 +45,10 @@ def invokeContextMenuItemOnBookmarkFolder(view, item, menuItem):
"window=':Add Bookmark_BookmarkDialog'}" % aboveWidget), menuItem)
def textForQtVersion(text):
- if isQt53Build:
- return text + " | QtCreator"
- else:
- suffix = "Qt Creator Manual"
- if text != suffix:
- text += " | " + suffix
- return text
+ suffix = "Qt Creator Manual"
+ if text != suffix:
+ text += " | " + suffix
+ return text
def main():
startApplication("qtcreator" + SettingsPath)