forked from qt-creator/qt-creator
Squish: Remove outdated workaround for Mac
Change-Id: Id2554aa15eb32511f56386941044fa322fab767c Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
committed by
Christian Stenger
parent
39d860e25f
commit
434c99f08e
@@ -89,12 +89,6 @@ def main():
|
||||
clickButton(waitForObject(":Close Debugging Session.Yes_QPushButton", 2000))
|
||||
except:
|
||||
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:
|
||||
test.fatal("Setting breakpoints failed - leaving without testing.")
|
||||
invokeMenuItem("File", "Exit")
|
||||
|
||||
Reference in New Issue
Block a user