[CalendarServer-changes] [5334] CalendarServer/trunk/calendarserver/provision/test/test_root.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 17 11:16:56 PDT 2010


Revision: 5334
          http://trac.macosforge.org/projects/calendarserver/changeset/5334
Author:   wsanchez at apple.com
Date:     2010-03-17 11:16:56 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
CardDAV is on by default.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/provision/test/test_root.py

Modified: CalendarServer/trunk/calendarserver/provision/test/test_root.py
===================================================================
--- CalendarServer/trunk/calendarserver/provision/test/test_root.py	2010-03-17 18:16:42 UTC (rev 5333)
+++ CalendarServer/trunk/calendarserver/provision/test/test_root.py	2010-03-17 18:16:56 UTC (rev 5334)
@@ -124,7 +124,6 @@
         OPTIONS request should include a DAV header that mentions the
         addressbook capability.
         """
-        config.update({"EnableCardDAV": True})
         response = yield self.issueRequest([""], "OPTIONS")
         self.assertIn("addressbook", response.headers.getHeader("DAV"))
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100317/09dd5b5a/attachment.html>


More information about the calendarserver-changes mailing list