[CalendarServer-changes] [7903] CalendarServer/branches/users/glyph/imip-and-admin-html/ twistedcaldav/test/test_mail.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 11 21:40:41 PDT 2011


Revision: 7903
          http://trac.macosforge.org/projects/calendarserver/changeset/7903
Author:   glyph at apple.com
Date:     2011-08-11 21:40:41 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
There should be _some_ angle brackets in that HTML text, they just have to be in the right place.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py

Modified: CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py
===================================================================
--- CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py	2011-08-12 04:40:30 UTC (rev 7902)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py	2011-08-12 04:40:41 UTC (rev 7903)
@@ -543,7 +543,8 @@
         )
 
         self.assertIn(u"Us\u00e9r One", plainText)
-        self.assertIn(u"Us\u00e9r One", htmlText)
+        self.assertIn(u'<a href="mailto:user01 at localhost">Us\u00e9r One</a>',
+                      htmlText)
 
 
     def test_emailQuoting(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/28939e5e/attachment.html>


More information about the calendarserver-changes mailing list