diff options
author | Robert Loehning <robert.loehning@digia.com> | 2014-08-01 13:26:42 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@digia.com> | 2014-08-01 14:31:39 +0200 |
commit | b2682fee2282149b0f557e918cd48690fc5cf2ce (patch) | |
tree | 9996deee9dab1b27aa151d05ad823fe4cf42dba5 /tests | |
parent | 1076e879f12e1c4c9c169902b59e51903af88b9b (diff) | |
download | qt-creator-b2682fee2282149b0f557e918cd48690fc5cf2ce.tar.gz |
Squish: Remove workaround
Just doing as the great wise frog tells me.
Change-Id: I73c07142cd902ac3b89f8c00597087d7d550a2ee
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/system/shared/qtcreator.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/system/shared/qtcreator.py b/tests/system/shared/qtcreator.py index 218c59049f..086aa9411e 100644 --- a/tests/system/shared/qtcreator.py +++ b/tests/system/shared/qtcreator.py @@ -121,10 +121,6 @@ def waitForCleanShutdown(timeOut=10): break def checkForStillRunningQmlExecutable(possibleNames): - if JIRA.isBugStillOpen(12644): - possibleNames.append('WerFault.exe') - else: - test.warning("Remove temporary workaround for QTCREATORBUG-12644!") for qmlHelper in possibleNames: tasks = subprocess.Popen("tasklist /FI \"IMAGENAME eq %s\"" % qmlHelper, shell=True, stdout=subprocess.PIPE) |