[Zodb-checkins] CVS: ZODB3/BDBStorage/tests - BerkeleyTestBase.py:1.19.2.2

Jeremy Hylton cvs-admin at zope.org
Sun Nov 23 22:43:38 EST 2003


Update of /cvs-repository/ZODB3/BDBStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv3273

Modified Files:
      Tag: ZODB3-mvcc-2-branch
	BerkeleyTestBase.py 
Log Message:
Provide default value for read_only to handle call sites other than
open().


=== ZODB3/BDBStorage/tests/BerkeleyTestBase.py 1.19.2.1 => 1.19.2.2 ===
--- ZODB3/BDBStorage/tests/BerkeleyTestBase.py:1.19.2.1	Sun Nov 23 16:42:24 2003
+++ ZODB3/BDBStorage/tests/BerkeleyTestBase.py	Sun Nov 23 22:43:37 2003
@@ -29,7 +29,7 @@
 
 
 class BerkeleyTestBase(StorageTestBase):
-    def _config(self, read_only):
+    def _config(self, read_only=False):
         # Checkpointing just slows the tests down because we have to wait for
         # the thread to properly shutdown.  This can take up to 10 seconds, so
         # for the purposes of the test suite we shut off this thread.




More information about the Zodb-checkins mailing list