[CalendarServer-changes] [12507] twext/trunk/twext/who/test/test_directory.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 12 11:21:08 PDT 2014


Revision: 12507
          http://trac.calendarserver.org//changeset/12507
Author:   wsanchez at apple.com
Date:     2014-01-31 12:53:38 -0800 (Fri, 31 Jan 2014)
Log Message:
-----------
email address need to be unicode

Modified Paths:
--------------
    twext/trunk/twext/who/test/test_directory.py

Modified: twext/trunk/twext/who/test/test_directory.py
===================================================================
--- twext/trunk/twext/who/test/test_directory.py	2014-01-31 20:45:39 UTC (rev 12506)
+++ twext/trunk/twext/who/test/test_directory.py	2014-01-31 20:53:38 UTC (rev 12507)
@@ -487,7 +487,7 @@
         service = self.service()
 
         self.assertFailure(
-            service.recordsWithEmailAddress("a at b"),
+            service.recordsWithEmailAddress(u"a at b"),
             QueryNotSupportedError
         )
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140312/ec232a9f/attachment.html>


More information about the calendarserver-changes mailing list