[Zope3-checkins] CVS: Zope3/src/zodb/storage/tests - revision.py:1.4.2.1
Jeremy Hylton
jeremy@zope.com
Tue, 18 Feb 2003 09:53:31 -0500
Update of /cvs-repository/Zope3/src/zodb/storage/tests
In directory cvs.zope.org:/tmp/cvs-serv2365/src/zodb/storage/tests
Modified Files:
Tag: ZODB3-2-integration-branch
revision.py
Log Message:
Nearly complete port of ZODB 3.2 features to Zope3.
Must still resolve 6 failing tests -- 4 for read-only FS, 2 for
verification.
Remove use of DB helper functions in storage modules. It's easier to
use the config stuff moving forward.
Fiddle commit lock tests to run on all storages when possible. Two
unknown problems with BDB.
Synthesize appropriate ZEO+storage tests from consituent classes.
=== Zope3/src/zodb/storage/tests/revision.py 1.4 => 1.4.2.1 ===
--- Zope3/src/zodb/storage/tests/revision.py:1.4 Wed Feb 5 18:28:27 2003
+++ Zope3/src/zodb/storage/tests/revision.py Tue Feb 18 09:53:00 2003
@@ -19,7 +19,6 @@
from zodb.storage.tests.minpo import MinPO
from zodb.storage.tests.base import zodb_unpickle, zodb_pickle
-
class RevisionStorage:
def checkLoadSerial(self):