[CMF-checkins] CVS: Products/CMFDefault/tests - test_Link.py:1.14

Tres Seaver tseaver at palladion.com
Fri Jul 8 08:15:55 EDT 2005


Update of /cvs-repository/Products/CMFDefault/tests
In directory cvs.zope.org:/tmp/cvs-serv13486/CMFDefault/tests

Modified Files:
	test_Link.py 
Log Message:
 - Fix error introduced in yesterday's move to use rfc822.py.


=== Products/CMFDefault/tests/test_Link.py 1.13 => 1.14 ===
--- Products/CMFDefault/tests/test_Link.py:1.13	Wed Jun 15 10:17:39 2005
+++ Products/CMFDefault/tests/test_Link.py	Fri Jul  8 08:15:55 2005
@@ -85,7 +85,7 @@
         self.assertEqual( desc_lines[0]
                         , 'Link to the Zope Community website,' )
         self.assertEqual( desc_lines[1]
-                        , 'including hundreds of contributed Zope products.' )
+                        , ' including hundreds of contributed Zope products.' )
         self.assertEqual( len(d.Subject()), 3 )
         self.assertEqual( d.getRemoteUrl(), 'http://www.zope.org' )
 



More information about the CMF-checkins mailing list