From a6f90353969831577518e3fcec1551a861855e7c Mon Sep 17 00:00:00 2001 From: Christian Stenger <christian.stenger@nokia.com> Date: Wed, 22 Feb 2012 15:09:56 +0100 Subject: [PATCH] Squish: Clean up (Bug 6967 is closed) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTCREATORBUG-6967 Change-Id: I460110bbad5a400aef474f837fe29c2821594fd5 Reviewed-by: Robert Löhning <robert.loehning@nokia.com> --- tests/system/shared/workarounds.py | 5 ----- tests/system/suite_general/tst_create_proj_wizard/test.py | 1 - 2 files changed, 6 deletions(-) diff --git a/tests/system/shared/workarounds.py b/tests/system/shared/workarounds.py index 9e69727a902..81385fdd046 100644 --- a/tests/system/shared/workarounds.py +++ b/tests/system/shared/workarounds.py @@ -168,7 +168,6 @@ class JIRA: # ALWAYS update this dict when adding a new function for a workaround! def __initBugDict__(self): self.__bugs__= { - 'QTCREATORBUG-6967':self._workaroundCreator6967_, 'QTCREATORBUG-6853':self._workaroundCreator6853_, 'QTCREATORBUG-6918':self._workaroundCreator_MacEditorFocus_, 'QTCREATORBUG-6953':self._workaroundCreator_MacEditorFocus_ @@ -179,10 +178,6 @@ class JIRA: ############### functions that hold workarounds ################################# - def _workaroundCreator6967_(self, *args): - if args[0] == 'Mobile Qt Application': - args[1].remove('Qt Simulator') - def _workaroundCreator6853_(self, *args): if "Release" in args[0] and platform.system() == "Linux": snooze(1) diff --git a/tests/system/suite_general/tst_create_proj_wizard/test.py b/tests/system/suite_general/tst_create_proj_wizard/test.py index 3703b1dd1b8..d25fd0021e9 100644 --- a/tests/system/suite_general/tst_create_proj_wizard/test.py +++ b/tests/system/suite_general/tst_create_proj_wizard/test.py @@ -71,7 +71,6 @@ def main(): pass waitForObject("{type='QLabel' unnamed='1' visible='1' text='Target Setup'}") availableCheckboxes = filter(visibleCheckBoxExists, QtQuickConstants.getAllTargetStrings()) - JIRA.performWorkaroundIfStillOpen(6967, JIRA.Bug.CREATOR, template, displayedPlatforms) # verification whether expected, found and configured match for t in targets: if requiredVersion: -- GitLab