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

Tres Seaver tseaver at palladion.com
Fri Jul 8 08:11:36 EDT 2005


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

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


=== Products/CMFDefault/tests/test_Link.py 1.12 => 1.12.2.1 ===
--- Products/CMFDefault/tests/test_Link.py:1.12	Sat Jul 31 10:06:33 2004
+++ Products/CMFDefault/tests/test_Link.py	Fri Jul  8 08:11:35 2005
@@ -69,7 +69,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