Commit bf344679 authored by Michael Howitz's avatar Michael Howitz

Clean up.

parent 83996513
import sys
import threading
import time
import unittest
import transaction
import ZODB
......@@ -48,7 +45,6 @@ class ShutdownTest(ZODB.tests.util.TestCase):
# that calls conn.transaction_manager.unregisterSynch(self),
# but from a different thread, so transaction_manager._synchs
# have different contents.
# So this is expected to fail with a keyerror:
self._db.close()
def tearDown(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment