[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.75.2.2
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 18 14:08:09 EST 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv21655/ZEO/tests
Modified Files:
Tag: ZODB3-mvcc-2-branch
testZEO.py
Log Message:
Don't run the cache tests with mapping storage.
The cache knows too much about multiple revisions for its tests to
pass for a revision-less storage.
=== ZODB3/ZEO/tests/testZEO.py 1.75.2.1 => 1.75.2.2 ===
--- ZODB3/ZEO/tests/testZEO.py:1.75.2.1 Wed Nov 12 17:22:02 2003
+++ ZODB3/ZEO/tests/testZEO.py Tue Nov 18 14:08:08 2003
@@ -107,8 +107,6 @@
MTStorage.MTStorage,
ReadOnlyStorage.ReadOnlyStorage,
# ZEO test mixin classes (in the same order as imported)
- Cache.StorageWithCache,
- Cache.TransUndoStorageWithCache,
CommitLockTests.CommitLockTests,
ThreadTests.ThreadTests,
# Locally defined (see above)
@@ -164,6 +162,8 @@
class FullGenericTests(
GenericTests,
+ Cache.StorageWithCache,
+ Cache.TransUndoStorageWithCache,
ConflictResolution.ConflictResolvingTransUndoStorage,
RevisionStorage.RevisionStorage,
TransactionalUndoStorage.TransactionalUndoStorage,
More information about the Zodb-checkins
mailing list