[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/testZEO.py https://bugs.launchpad.net/zodb/+bug/226837

Jim Fulton jim at zope.com
Thu Sep 16 16:19:20 EDT 2010


Log message for revision 116468:
  https://bugs.launchpad.net/zodb/+bug/226837

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

-=-
Modified: ZODB/trunk/src/ZEO/tests/testZEO.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/testZEO.py	2010-09-16 20:00:45 UTC (rev 116467)
+++ ZODB/trunk/src/ZEO/tests/testZEO.py	2010-09-16 20:19:20 UTC (rev 116468)
@@ -853,6 +853,9 @@
     def send_reply(self, *args):        # Masquerade as conn
         pass
 
+    def tpc_abort(self, transaction):
+        self.server.tpc_abort(id(transaction))
+
     def tpc_finish(self, transaction, func = lambda: None):
         self.server.tpc_finish(id(transaction)).set_sender(0, self)
 



More information about the Zodb-checkins mailing list