[CalendarServer-changes] [7633] CalendarServer/branches/users/glyph/quota/twistedcaldav/test/util.py

source_changes at macosforge.org source_changes at macosforge.org
Mon Jun 20 12:38:39 PDT 2011


Revision: 7633
          http://trac.macosforge.org/projects/calendarserver/changeset/7633
Author:   glyph at apple.com
Date:     2011-06-20 12:38:39 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
Oops; call deriveQuota correctly.

Modified Paths:
--------------
    CalendarServer/branches/users/glyph/quota/twistedcaldav/test/util.py

Modified: CalendarServer/branches/users/glyph/quota/twistedcaldav/test/util.py
===================================================================
--- CalendarServer/branches/users/glyph/quota/twistedcaldav/test/util.py	2011-06-20 19:38:31 UTC (rev 7632)
+++ CalendarServer/branches/users/glyph/quota/twistedcaldav/test/util.py	2011-06-20 19:38:39 UTC (rev 7633)
@@ -105,7 +105,7 @@
         hook for subclasses to override to provide different data stores.
         """
         return CommonDataStore(FilePath(config.DocumentRoot), None, True, False,
-                               quota=deriveQuota(self))
+                               quota=deriveQuota(self.id()))
 
 
     def setupCalendars(self):
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110620/b952b736/attachment.html>


More information about the calendarserver-changes mailing list