SVN: ZODB/trunk/src/ZEO/tests/testZEO.py https://bugs.launchpad.net/zodb/+bug/226837
Jim Fulton <[email protected]>
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <20100916201920.DA022941E4__19908.9607027874$1284668368$gmane$org@cvs.zope.org> |
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)