[Zodb-checkins] CVS: ZODB3/BDBStorage/tests - test_storage_api.py:1.31
Barry Warsaw
barry@wooz.org
Fri, 28 Feb 2003 14:48:19 -0500
Update of /cvs-repository/ZODB3/BDBStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv6094
Modified Files:
test_storage_api.py
Log Message:
FullRecoveryTest.tearDown(): Be sure to close the destination storage
cleanly. Backported from ZODB4.
=== ZODB3/BDBStorage/tests/test_storage_api.py 1.30 => 1.31 ===
--- ZODB3/BDBStorage/tests/test_storage_api.py:1.30 Mon Jan 20 17:18:28 2003
+++ ZODB3/BDBStorage/tests/test_storage_api.py Fri Feb 28 14:48:18 2003
@@ -67,6 +67,7 @@
def tearDown(self):
BerkeleyTestBase.FullTestBase.tearDown(self)
+ self._dst.close()
self._zap_dbhome(DST_DBHOME)
def new_dest(self):