[CalendarServer-changes] [10781] CalendarServer/trunk/twext/who/test/test_aggregate.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Feb 21 16:45:58 PST 2013


Revision: 10781
          http://trac.calendarserver.org//changeset/10781
Author:   wsanchez at apple.com
Date:     2013-02-21 16:45:57 -0800 (Thu, 21 Feb 2013)
Log Message:
-----------
Make sure the aggregate service only using the IDirectoryService interface when interactive with its sub-services.

Modified Paths:
--------------
    CalendarServer/trunk/twext/who/test/test_aggregate.py

Modified: CalendarServer/trunk/twext/who/test/test_aggregate.py
===================================================================
--- CalendarServer/trunk/twext/who/test/test_aggregate.py	2013-02-22 00:45:14 UTC (rev 10780)
+++ CalendarServer/trunk/twext/who/test/test_aggregate.py	2013-02-22 00:45:57 UTC (rev 10781)
@@ -38,10 +38,10 @@
         # implementation assumptions about the IDirectoryService
         # objects it gets.
         #
-#        services = tuple((
-#            proxyForInterface(IDirectoryService)(s)
-#            for s in services
-#        ))
+        services = tuple((
+            proxyForInterface(IDirectoryService)(s)
+            for s in services
+        ))
 
         return DirectoryService("xyzzy", services)
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130221/58f4b84a/attachment.html>


More information about the calendarserver-changes mailing list