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

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


Revision: 10568
          http://trac.calendarserver.org//changeset/10568
Author:   glyph at apple.com
Date:     2013-01-28 19:28:47 -0800 (Mon, 28 Jan 2013)
Log Message:
-----------
Slight doc improvement.

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

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

Modified: CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/test/util.py	2013-01-29 03:28:45 UTC (rev 10567)
+++ CalendarServer/branches/users/glyph/unshare-when-access-revoked/twistedcaldav/test/util.py	2013-01-29 03:28:47 UTC (rev 10568)
@@ -341,8 +341,9 @@
     def setUp(self):
         """
         Replace self.site.resource with an appropriately provisioned
-        CalendarHomeResource, and replace self.docroot with a path pointing at that
-        file.
+        L{CalendarHomeResource}, and, if the data store backing this test is a
+        file store, replace C{self.docroot} with a path pointing at the path
+        that stores the data for that L{CalendarHomeResource}.
         """
         super(HomeTestCase, self).setUp()
 
@@ -355,7 +356,7 @@
             self.directoryService, "/calendars/",
             _newStore
         )
-        
+
         def _defer(user):
             # Commit the transaction
             self.addCleanup(self.noRenderCommit)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130128/0e78ed10/attachment.html>


More information about the calendarserver-changes mailing list