[Zope3-checkins] CVS: Zope3/lib/python/Transaction/tests - abstestIDataManager.py:1.6
Jeremy Hylton
jeremy@zope.com
Thu, 25 Jul 2002 16:54:21 -0400
Update of /cvs-repository/Zope3/lib/python/Transaction/tests
In directory cvs.zope.org:/tmp/cvs-serv12191/Transaction/tests
Modified Files:
abstestIDataManager.py
Log Message:
Re-enable the testRollback().
=== Zope3/lib/python/Transaction/tests/abstestIDataManager.py 1.5 => 1.6 ===
self.datamgr.prepare(tran)
self.datamgr.abort(tran)
- def XXXtestRollback(self):
+ def testRollback(self):
tran = self.get_transaction()
rb = self.datamgr.savepoint(tran)
if rb is not None: