[Zope-Checkins]
SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/ZReST/tests/test_ZReST.py
Repair copy-paste error.
Tres Seaver
tseaver at palladion.com
Fri Oct 21 13:53:11 EDT 2005
Log message for revision 39552:
Repair copy-paste error.
Changed:
U Zope/branches/Zope-2_8-branch/lib/python/Products/ZReST/tests/test_ZReST.py
-=-
Modified: Zope/branches/Zope-2_8-branch/lib/python/Products/ZReST/tests/test_ZReST.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/ZReST/tests/test_ZReST.py 2005-10-21 17:46:13 UTC (rev 39551)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/ZReST/tests/test_ZReST.py 2005-10-21 17:53:11 UTC (rev 39552)
@@ -21,7 +21,7 @@
self.assertRaises(AttributeError, lambda: empty.warnings)
self.assertEqual(empty._v_formatted, None)
- self.assertEqual(empty._v_formatted, None)
+ self.assertEqual(empty._v_warnings, None)
def test_formatted_ignored(self):
resty = self._makeOne()
More information about the Zope-Checkins
mailing list