[CalendarServer-changes] [693] CalendarServer/branches/SACLs/twistedcaldav/test/test_root.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Dec 5 11:13:53 PST 2006


Revision: 693
          http://trac.macosforge.org/projects/calendarserver/changeset/693
Author:   dreid at apple.com
Date:     2006-12-05 11:13:52 -0800 (Tue, 05 Dec 2006)

Log Message:
-----------
do that thing i said here too

Modified Paths:
--------------
    CalendarServer/branches/SACLs/twistedcaldav/test/test_root.py

Modified: CalendarServer/branches/SACLs/twistedcaldav/test/test_root.py
===================================================================
--- CalendarServer/branches/SACLs/twistedcaldav/test/test_root.py	2006-12-05 19:13:27 UTC (rev 692)
+++ CalendarServer/branches/SACLs/twistedcaldav/test/test_root.py	2006-12-05 19:13:52 UTC (rev 693)
@@ -57,10 +57,8 @@
     def setUp(self):
         self.docroot = self.mktemp()
 
-        RootResource.saclService = 'com.apple.access_calendar'
-
         RootResource.CheckSACL = FakeCheckSACL(sacls={
-                'com.apple.access_calendar': ['dreid']})
+                'calendar': ['dreid']})
 
         directory = XMLDirectoryService(xmlFile)
 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061205/f694a2ab/attachment.html


More information about the calendarserver-changes mailing list