[Zope-Checkins] CVS: Zope/lib/python/ZODB/tests - testTransaction.py:1.12.20.3

Tres Seaver cvs-admin at zope.org
Mon Nov 17 17:34:52 EST 2003


Update of /cvs-repository/Zope/lib/python/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv16574/lib/python/ZODB/tests

Modified Files:
      Tag: Zope-2_7-branch
	testTransaction.py 
Log Message:
 - Merge tseaver-strexp_delenda-branch to the 2.7 branch.


=== Zope/lib/python/ZODB/tests/testTransaction.py 1.12.20.2 => 1.12.20.3 ===
--- 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:34:19 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 Zope-Checkins mailing list