Commit d295c4b8 authored by Barry Warsaw's avatar Barry Warsaw

FullRecoveryTest.tearDown(): Be sure to close the destination storage

cleanly.  Backported from ZODB4.
parent 89d6eeb8
......@@ -67,6 +67,7 @@ class FullRecoveryTest(BerkeleyTestBase.FullTestBase,
def tearDown(self):
BerkeleyTestBase.FullTestBase.tearDown(self)
self._dst.close()
self._zap_dbhome(DST_DBHOME)
def new_dest(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