Removed extraneous super call in LiveServerTestCase

Refs #21281. Thanks Tim Graham and Thomas Chaumeny for investigations.
This commit is contained in:
Claude Paroz 2015-01-03 10:13:17 +01:00
parent 15cd71ed24
commit 3bac904607
1 changed files with 0 additions and 2 deletions

View File

@ -1255,8 +1255,6 @@ class LiveServerTestCase(TransactionTestCase):
cls._tearDownClassInternal()
raise cls.server_thread.error
super(LiveServerTestCase, cls).setUpClass()
@classmethod
def _tearDownClassInternal(cls):
# There may not be a 'server_thread' attribute if setUpClass() for some