Commit 48402c4b authored by Jeremy Hylton's avatar Jeremy Hylton

Make sure the database is closed.

parent e5567b6e
......@@ -54,7 +54,7 @@ class ZODBTests(unittest.TestCase):
conn.close()
def tearDown(self):
self._storage.close()
self._db.close()
removefs("ZODBTests.fs")
def checkExportImport(self, abort_it=0, dup_name='test_duplicate'):
......
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