[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/Cache.py Get rid of supportsTransactionalUndo check. It's not needed any more.

Jim Fulton jim at zope.com
Thu Apr 26 19:19:14 EDT 2007


Log message for revision 74824:
  Get rid of supportsTransactionalUndo check. It's not needed any more.
  

Changed:
  U   ZODB/trunk/src/ZEO/tests/Cache.py

-=-
Modified: ZODB/trunk/src/ZEO/tests/Cache.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/Cache.py	2007-04-26 23:19:11 UTC (rev 74823)
+++ ZODB/trunk/src/ZEO/tests/Cache.py	2007-04-26 23:19:14 UTC (rev 74824)
@@ -34,11 +34,6 @@
             info = self._storage.undoInfo(0, 20)
         tid = info[0]['id']
 
-        # We may need to bail at this point if the storage doesn't
-        # support transactional undo
-        if not self._storage.supportsTransactionalUndo():
-            return
-
         # Now start an undo transaction
         t = Transaction()
         t.note('undo1')



More information about the Zodb-checkins mailing list