[CalendarServer-changes] [14558] CalendarServer/trunk/txdav/caldav/datastore/sql.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 10 19:18:03 PDT 2015


Revision: 14558
          http://trac.calendarserver.org//changeset/14558
Author:   cdaboo at apple.com
Date:     2015-03-10 19:18:03 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
Don't create the trash automatically when the home is provisioned - this will allow CDT to pass. Later we will implement on-demand provisioning of the trash.

Modified Paths:
--------------
    CalendarServer/trunk/txdav/caldav/datastore/sql.py

Modified: CalendarServer/trunk/txdav/caldav/datastore/sql.py
===================================================================
--- CalendarServer/trunk/txdav/caldav/datastore/sql.py	2015-03-11 02:16:09 UTC (rev 14557)
+++ CalendarServer/trunk/txdav/caldav/datastore/sql.py	2015-03-11 02:18:03 UTC (rev 14558)
@@ -749,9 +749,7 @@
         inbox = yield self.createCalendarWithName("inbox")
         yield inbox.setUsedForFreeBusy(False)
 
-        yield self.createTrash()
 
-
     @inlineCallbacks
     def splitCalendars(self):
         """
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150310/999e0eee/attachment.html>


More information about the calendarserver-changes mailing list