From 4319b64c62040c007f2ad22f85bc1dc758e842f2 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Wed, 3 Apr 2013 13:56:10 +0200 Subject: [PATCH] Squish: Fixed typo in getQtInformationForBuildSettings() Change-Id: Ice68ff84354fa35da7d1217abc3e40acc3783691 Reviewed-by: Christian Stenger --- tests/system/shared/project_explorer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/shared/project_explorer.py b/tests/system/shared/project_explorer.py index d35aa2dd9f3..2c23ef8c33a 100644 --- a/tests/system/shared/project_explorer.py +++ b/tests/system/shared/project_explorer.py @@ -139,7 +139,7 @@ def getQtInformationForBuildSettings(kitCount, alreadyOnProjectsBuildSettings=Fa qtLibPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_LIBPATH) qtBinPath = getQtInformationByQMakeCall(qtDir, QtInformation.QT_BINPATH) if afterSwitchTo: - if ViewConstants.WELCOME <= afterSwitchTo <= ViewConstans.LAST_AVAILABLE: + if ViewConstants.WELCOME <= afterSwitchTo <= ViewConstants.LAST_AVAILABLE: switchViewTo(afterSwitchTo) else: test.warning("Don't know where you trying to switch to (%s)" % afterSwitchTo)