[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publication/tests/test_zopepublication.py
Fix Bug 219.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Wed Jul 7 13:27:25 EDT 2004
Log message for revision 26169:
Fix Bug 219.
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/publication/tests/test_zopepublication.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/publication/tests/test_zopepublication.py 2004-07-07 17:27:08 UTC (rev 26168)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/publication/tests/test_zopepublication.py 2004-07-07 17:27:25 UTC (rev 26169)
@@ -181,7 +181,7 @@
value = self.out.getvalue().split()
self.assertEqual(' '.join(value[:6]),
'Traceback (most recent call last): File')
- self.assertEqual(' '.join(value[9:]),
+ self.assertEqual(' '.join(value[-8:]),
'in testRetryNotAllowed raise ConflictError'
' ConflictError: database conflict error')
More information about the Zope3-Checkins
mailing list