[Zope3-checkins] CVS: Zope3/lib/python/Transaction/tests - abstestIDataManager.py:1.5
Jeremy Hylton
jeremy@zope.com
Wed, 24 Jul 2002 19:18:41 -0400
Update of /cvs-repository/Zope3/lib/python/Transaction/tests
In directory cvs.zope.org:/tmp/cvs-serv5545
Modified Files:
abstestIDataManager.py
Log Message:
Disable testRollback() for the moment.
No one implements it correctly.
=== Zope3/lib/python/Transaction/tests/abstestIDataManager.py 1.4 => 1.5 ===
self.datamgr.prepare(tran)
self.datamgr.abort(tran)
- def testRollback(self):
+ def XXXtestRollback(self):
tran = self.get_transaction()
rb = self.datamgr.savepoint(tran)
if rb is not None: