Try to fix transient refleaks in test_xmlrpc.

This commit is contained in:
Antoine Pitrou 2009-10-30 17:56:00 +00:00
parent 643e85df48
commit 3c96858480
1 changed files with 1 additions and 0 deletions

View File

@ -973,6 +973,7 @@ class TransportSubclassTestCase(unittest.TestCase):
req = self.issue_request(TestTransport)
self.assertTrue("X-Test: test_send_content\r\n" in req)
@test_support.reap_threads
def test_main():
xmlrpc_tests = [XMLRPCTestCase, HelperTestCase, DateTimeTestCase,
BinaryTestCase, FaultTestCase, TransportSubclassTestCase]