aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_HELP
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@theqtcompany.com>2016-04-06 17:29:55 +0200
committerRobert Loehning <robert.loehning@theqtcompany.com>2016-04-07 09:33:00 +0000
commit30541d0213edcbd96f2806f28af329c15ab5e7d6 (patch)
treed897d46385aa32eeec8d9698718bdc83b234b7a3 /tests/system/suite_HELP
parent78c3fcc1600cf8693073155a3ac77a785de0e91d (diff)
Squish: Don't expect fail anymore in HELP02
Change-Id: Iba979f099b31a35693d0fee49de86fe6b8b3c55c Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'tests/system/suite_HELP')
-rwxr-xr-xtests/system/suite_HELP/tst_HELP02/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_HELP/tst_HELP02/test.py b/tests/system/suite_HELP/tst_HELP02/test.py
index 93b5155c829..f21fdf7201d 100755
--- a/tests/system/suite_HELP/tst_HELP02/test.py
+++ b/tests/system/suite_HELP/tst_HELP02/test.py
@@ -58,7 +58,7 @@ def checkQtCreatorHelpVersion(expectedVersion):
'Qt Creator Manual %s' % expectedVersion,
'Verifying whether manual uses expected version.')
except:
- test.xverify(False, "Missing Qt Creator Manual (QTCREATORBUG-13233).")
+ test.fail("Missing Qt Creator Manual.")
def setKeyboardShortcutForAboutQtC():
invokeMenuItem("Tools", "Options...")