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

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


Revision: 10590
          http://trac.calendarserver.org//changeset/10590
Author:   glyph at apple.com
Date:     2013-01-28 19:29:17 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
As long as this fake exists, let's make it a little less fake.

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

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

Modified: CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/test/test_sharing.py
===================================================================
--- CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/test/test_sharing.py	2013-01-29 03:29:16 UTC (rev 10589)
+++ CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/test/test_sharing.py	2013-01-29 03:29:17 UTC (rev 10590)
@@ -61,6 +61,12 @@
         self.fullName = name
         self.guid = name
         self.calendarUserAddresses = set((cuaddr,))
+        if name.startswith("wiki-"):
+            recordType = WikiDirectoryService.recordType_wikis
+        else:
+            recordType = None
+        self.recordType = recordType
+        self.shortNames = [name]
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/9b14dd7a/attachment.html>


More information about the calendarserver-changes mailing list