[Zope-Checkins] CVS: ZODB3/BDBStorage/tests - test_autopack.py:1.6.2.6
Barry Warsaw
barry@zope.com
Fri, 13 Jun 2003 15:42:23 -0400
Update of /cvs-repository/ZODB3/BDBStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv15952
Modified Files:
Tag: ZODB3-3_1-branch
test_autopack.py
Log Message:
RaceConditionBase.tearDown(): Call the base class tear down to make
Windows happy.
=== ZODB3/BDBStorage/tests/test_autopack.py 1.6.2.5 => 1.6.2.6 ===
--- ZODB3/BDBStorage/tests/test_autopack.py:1.6.2.5 Thu Jan 30 18:32:42 2003
+++ ZODB3/BDBStorage/tests/test_autopack.py Fri Jun 13 15:42:23 2003
@@ -280,6 +280,7 @@
def tearDown(self):
# clean up any outstanding transactions
get_transaction().abort()
+ BerkeleyTestBase.tearDown(self)
def _getPackThread(self, storage):
raise NotImplementedError