[Zodb-checkins] CVS: ZODB3/BDBStorage/tests - test_autopack.py:1.6.2.6

Barry Warsaw barry at zope.com
Fri Jun 13 16:42:23 EDT 2003


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




More information about the Zodb-checkins mailing list