[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py
Repair copy-paste error.
Tres Seaver
tseaver at palladion.com
Fri Oct 21 13:53:47 EDT 2005
Log message for revision 39553:
Repair copy-paste error.
Changed:
U Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py
-=-
Modified: Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py
===================================================================
--- Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py 2005-10-21 17:53:11 UTC (rev 39552)
+++ Zope/trunk/lib/python/Products/ZReST/tests/test_ZReST.py 2005-10-21 17:53:46 UTC (rev 39553)
@@ -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