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()

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to