SVN: ZODB/branches/jim-thready/src/ZEO/tests/testZEO.py Undo no longer gets the commit lock.
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100122223048.B126A9417F__30893.3686152615$1264199462$gmane$org@cvs.zope.org> |
Log message for revision 108400:
Undo no longer gets the commit lock.
Changed:
U ZODB/branches/jim-thready/src/ZEO/tests/testZEO.py
-=-
Modified: ZODB/branches/jim-thready/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/branches/jim-thready/src/ZEO/tests/testZEO.py 2010-01-22 22:30:45 UTC (rev 108399)
+++ ZODB/branches/jim-thready/src/ZEO/tests/testZEO.py 2010-01-22 22:30:47 UTC (rev 108400)
@@ -245,7 +245,6 @@
class FullGenericTests(
GenericTests,
Cache.TransUndoStorageWithCache,
- CommitLockTests.CommitLockUndoTests,
ConflictResolution.ConflictResolvingStorage,
ConflictResolution.ConflictResolvingTransUndoStorage,
PackableStorage.PackableUndoStorage,