[Zope3-checkins] CVS: Zope3/src/zodb - connection.py:1.25
Jeremy Hylton
jeremy@zope.com
Thu, 20 Mar 2003 19:34:39 -0500
Update of /cvs-repository/Zope3/src/zodb
In directory cvs.zope.org:/tmp/cvs-serv7654/src/zodb
Modified Files:
connection.py
Log Message:
Add test that abort() can be called before prepare().
=== Zope3/src/zodb/connection.py 1.24 => 1.25 ===
--- Zope3/src/zodb/connection.py:1.24 Thu Mar 20 17:41:26 2003
+++ Zope3/src/zodb/connection.py Thu Mar 20 19:34:08 2003
@@ -311,8 +311,6 @@
return True
def abort(self, txn):
- # XXX need test to make sure it is safe to call abort()
- # without calling prepare()
if self._tmp is not None:
self._abort_sub()
self._storage.tpcAbort(txn)