Commit bf344679 authored by Michael Howitz's avatar Michael Howitz

Clean up.

parent 83996513
import sys
import threading import threading
import time import time
import unittest import unittest
import transaction
import ZODB import ZODB
...@@ -48,7 +45,6 @@ class ShutdownTest(ZODB.tests.util.TestCase): ...@@ -48,7 +45,6 @@ class ShutdownTest(ZODB.tests.util.TestCase):
# that calls conn.transaction_manager.unregisterSynch(self), # that calls conn.transaction_manager.unregisterSynch(self),
# but from a different thread, so transaction_manager._synchs # but from a different thread, so transaction_manager._synchs
# have different contents. # have different contents.
# So this is expected to fail with a keyerror:
self._db.close() self._db.close()
def tearDown(self): 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