[Zodb-checkins] CVS: Zope/lib/python/ZODB/tests -
testTransaction.py:1.12.20.2.2.1
Tres Seaver
cvs-admin at zope.org
Mon Nov 17 17:10:37 EST 2003
Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv12097/lib/python/ZODB/tests
Modified Files:
Tag: tseaver-strexp_delenda-branch
testTransaction.py
Log Message:
- Rip string exceptins out by the root.
- webdav/*: clean up block statements for readability.
- XXX: Redirects are now showing up in the error log object; need
to filter!
=== Zope/lib/python/ZODB/tests/testTransaction.py 1.12.20.2 => 1.12.20.2.2.1 ===
--- Zope/lib/python/ZODB/tests/testTransaction.py:1.12.20.2 Sun Oct 5 10:36:39 2003
+++ Zope/lib/python/ZODB/tests/testTransaction.py Mon Nov 17 17:10:06 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