[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.75.2.5
Jeremy Hylton
cvs-admin at zope.org
Mon Nov 24 13:04:43 EST 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv20568/ZEO/tests
Modified Files:
Tag: ZODB3-mvcc-2-branch
testZEO.py
Log Message:
Separate pack tests into two categories.
The first category is the small handful of tests that can work against
a storage that doesn't keep revisions, MappingStorage or
BDBMinimalStorage. The second category is all the rest. Make sure
concrete test classes mixin one or both as needed.
=== ZODB3/ZEO/tests/testZEO.py 1.75.2.4 => 1.75.2.5 ===
--- ZODB3/ZEO/tests/testZEO.py:1.75.2.4 Sun Nov 23 15:54:47 2003
+++ ZODB3/ZEO/tests/testZEO.py Mon Nov 24 13:04:12 2003
@@ -166,6 +166,7 @@
CommitLockTests.CommitLockUndoTests,
ConflictResolution.ConflictResolvingStorage,
ConflictResolution.ConflictResolvingTransUndoStorage,
+ PackableStorage.PackableUndoStorage,
RevisionStorage.RevisionStorage,
TransactionalUndoStorage.TransactionalUndoStorage,
TransactionalUndoVersionStorage.TransactionalUndoVersionStorage,
More information about the Zodb-checkins
mailing list