[CalendarServer-changes] [7905] 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:41:03 PDT 2011


Revision: 7905
          http://trac.macosforge.org/projects/calendarserver/changeset/7905
Author:   glyph at apple.com
Date:     2011-08-11 21:41:03 -0700 (Thu, 11 Aug 2011)
Log Message:
-----------
test for organizer mailto form

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:52 UTC (rev 7904)
+++ CalendarServer/branches/users/glyph/imip-and-admin-html/twistedcaldav/test/test_mail.py	2011-08-12 04:41:03 UTC (rev 7905)
@@ -546,7 +546,12 @@
         self.assertIn(u'<a href="mailto:user01 at localhost">Us\u00e9r One</a>',
                       htmlText)
 
+        # The same assertion, but with the organizer's form.
+        self.assertIn(
+            u'<a href="mailto:user01 at localhost">User Z\u00e9ro One</a>',
+            htmlText)
 
+
     def test_emailQuoting(self):
         """
         L{MailHandler.generateEmail} will HTML-quote all relevant fields in the
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110811/89234bec/attachment.html>


More information about the calendarserver-changes mailing list