[CalendarServer-changes] [5996] CalDAVTester/trunk

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 6 10:39:24 PDT 2010


Revision: 5996
          http://trac.macosforge.org/projects/calendarserver/changeset/5996
Author:   cdaboo at apple.com
Date:     2010-08-06 10:39:23 -0700 (Fri, 06 Aug 2010)
Log Message:
-----------
Make sure schedule-calendar-transp is initially transparent on shared calendars.

Modified Paths:
--------------
    CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/4.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/sharing-calendars.xml

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/4.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/4.xml	2010-08-06 17:37:41 UTC (rev 5995)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/calendars/read-write/4.xml	2010-08-06 17:39:23 UTC (rev 5996)
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<D:propfind xmlns:D="DAV:">
+<D:propfind xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
 <D:prop>
 <D:resourcetype/>
 <D:owner/>
 <D:current-user-privilege-set/>
+<C:schedule-calendar-transp/>
 </D:prop>
 </D:propfind>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/sharing-calendars.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/sharing-calendars.xml	2010-08-06 17:37:41 UTC (rev 5995)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/sharing-calendars.xml	2010-08-06 17:39:23 UTC (rev 5996)
@@ -133,6 +133,7 @@
 						<value><![CDATA[DAV:current-user-privilege-set$.*<unbind/>.*]]></value>
 						<value><![CDATA[DAV:current-user-privilege-set!.*admin.*]]></value>
 						<value><![CDATA[DAV:current-user-privilege-set!.*all.*]]></value>
+						<value><![CDATA[urn:ietf:params:xml:ns:caldavschedule-calendar-transp$<transparent/>]]></value>
 					</arg>
 				</verify>
 			</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100806/fcc76fb7/attachment.html>


More information about the calendarserver-changes mailing list