forked from qt-creator/qt-creator
Squish: More output from HELP02 to investigate fails on Linux 64
Change-Id: I5bb7290970039e8629ec8aae7115c850874654c1 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -60,7 +60,7 @@ def checkQtCreatorHelpVersion(expectedVersion):
|
|||||||
creatorManual = waitForObject("{column='0' container=':Qt Creator_QHelpContentWidget' "
|
creatorManual = waitForObject("{column='0' container=':Qt Creator_QHelpContentWidget' "
|
||||||
"text?='Qt Creator Manual*' type='QModelIndex'}", 5000)
|
"text?='Qt Creator Manual*' type='QModelIndex'}", 5000)
|
||||||
test.compare(str(creatorManual.text)[18:], expectedVersion,
|
test.compare(str(creatorManual.text)[18:], expectedVersion,
|
||||||
"Verifying whether manual uses expected version.")
|
"Verifying whether manual uses expected version, text is: %s" % creatorManual.text)
|
||||||
except LookupError:
|
except LookupError:
|
||||||
test.fail("Missing Qt Creator Manual.")
|
test.fail("Missing Qt Creator Manual.")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user