Squish: Remove outdated workaround for Mac

Change-Id: Id2554aa15eb32511f56386941044fa322fab767c
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
Robert Loehning
2015-03-24 16:26:49 +01:00
committed by Christian Stenger
parent 39d860e25f
commit 434c99f08e

View File

@@ -89,12 +89,6 @@ def main():
clickButton(waitForObject(":Close Debugging Session.Yes_QPushButton", 2000)) clickButton(waitForObject(":Close Debugging Session.Yes_QPushButton", 2000))
except: except:
pass pass
if platform.system() == 'Darwin' and JIRA.isBugStillOpen(11595):
try:
expectedBreakpointsOrder.remove({os.path.join(workingDir, projectName, "main.cpp"):10})
test.warning("Removed cpp file after first run. (QTCREATORBUG-11595)")
except:
pass
else: else:
test.fatal("Setting breakpoints failed - leaving without testing.") test.fatal("Setting breakpoints failed - leaving without testing.")
invokeMenuItem("File", "Exit") invokeMenuItem("File", "Exit")