Ticket #19903: 19903-1.diff
File 19903-1.diff, 581 bytes (added by , 12 years ago) |
---|
-
tests/regressiontests/servers/tests.py
diff --git a/tests/regressiontests/servers/tests.py b/tests/regressiontests/servers/tests.py index 1a7552e..4495596 100644
a b class LiveServerAddress(LiveServerBase): 96 96 raise Exception("The line above should have raised an exception") 97 97 except exception: 98 98 pass 99 finally: 100 super(LiveServerAddress, cls).tearDownClass() 99 101 100 102 def test_test_test(self): 101 103 # Intentionally empty method so that the test is picked up by the