[Zodb-checkins] CVS: Zope/lib/python/ZODB/tests -
testTransaction.py:1.15
Tres Seaver
cvs-admin at zope.org
Tue Nov 18 08:17:47 EST 2003
Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv30559/lib/python/ZODB/tests
Modified Files:
testTransaction.py
Log Message:
- Merge tseaver-strexp_delenda-branch to the head.
=== Zope/lib/python/ZODB/tests/testTransaction.py 1.14 => 1.15 ===
--- Zope/lib/python/ZODB/tests/testTransaction.py:1.14 Sun Oct 5 10:34:35 2003
+++ Zope/lib/python/ZODB/tests/testTransaction.py Tue Nov 18 08:17:16 2003
@@ -521,7 +521,7 @@
except Transaction.POSException.TransactionError:
pass
else:
- raise "Hosed Application didn't stop commits"
+ self.fail("Hosed Application didn't stop commits")
class DataObject:
More information about the Zodb-checkins
mailing list