[CalendarServer-changes] [10589] CalendarServer/branches/users/glyph/unshare-when-access-revoked

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 28 19:29:16 PST 2013


Revision: 10589
          http://trac.calendarserver.org//changeset/10589
Author:   glyph at apple.com
Date:     2013-01-28 19:29:16 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
Another .directoryService fix

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/test/test_proxyprincipalmembers.py

Property Changed:
----------------
    CalendarServer/branches/users/glyph/unshare-when-access-revoked/

Modified: CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/test/test_proxyprincipalmembers.py
===================================================================
--- CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2013-01-29 03:29:15 UTC (rev 10588)
+++ CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/directory/test/test_proxyprincipalmembers.py	2013-01-29 03:29:16 UTC (rev 10589)
@@ -37,13 +37,13 @@
     def setUp(self):
         super(ProxyPrincipals, self).setUp()
 
-        self.directoryService = XMLDirectoryService(
+        self.directoryFixture.addDirectoryService(XMLDirectoryService(
             {
                 'xmlFile' : xmlFile,
                 'augmentService' :
                     augment.AugmentXMLDB(xmlFiles=(augmentsFile.path,)),
             }
-        )
+        ))
         calendaruserproxy.ProxyDBService = calendaruserproxy.ProxySqliteDB("proxies.sqlite")
 
         # Set up a principals hierarchy for each service we're testing with
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/1d80666f/attachment-0001.html>


More information about the calendarserver-changes mailing list