Squish: Fix expected string

Capitalization has changed.

Change-Id: Icbfa295beab27c1cfb2ec1ae6198784f134563a6
Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
Christian Stenger
2018-06-22 08:53:13 +02:00
committed by Robert Loehning
parent 5c30f00ac4
commit dfdfff2148

View File

@@ -85,7 +85,7 @@ def prepareBuildSettings(targetCount, currentTarget, setReleaseBuild=True, disab
def switchToBuildOrRunSettingsFor(targetCount, currentTarget, projectSettings):
def kitIsActivated(kit):
return not (str(kit.toolTip).startswith("<h3>Click to activate:</h3>")
or str(kit.toolTip).startswith("<h3>Kit is unsuited for Project</h3>"))
or str(kit.toolTip).startswith("<h3>Kit is unsuited for project</h3>"))
try:
treeView = waitForObject(":Projects.ProjectNavigationTreeView")