Commit 8b000381 authored by Jim Fulton's avatar Jim Fulton

Move the close back above the tearDown.

To avoid tearDown issues on Windows.

(The reason for moving it below seems to have gone away.)
parent 798a1698
......@@ -120,8 +120,8 @@ class StorageTestBase(ZODB.tests.util.TestCase):
self._storage.close()
def tearDown(self):
ZODB.tests.util.TestCase.tearDown(self)
self._close()
ZODB.tests.util.TestCase.tearDown(self)
def _dostore(self, oid=None, revid=None, data=None,
already_pickled=0, user=None, description=None):
......
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