Squish: Don't expect fail anymore in HELP02

Change-Id: Iba979f099b31a35693d0fee49de86fe6b8b3c55c
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2016-04-06 17:29:55 +02:00
parent 78c3fcc160
commit 30541d0213

View File

@@ -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...")