Commit 8ce0ae8e authored by Jeremy Hylton's avatar Jeremy Hylton

Make sure the database is closed.

parent b4d9b73b
......@@ -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