[Bedework-commit] caldavTest r52 - in
trunk/tests/caldavTestData/eg: . content
svnadmin at bedework.org
svnadmin at bedework.org
Tue May 8 15:51:53 EDT 2007
Author: douglm
Date: 2007-05-08 15:51:50 -0400 (Tue, 08 May 2007)
New Revision: 52
Modified:
trunk/tests/caldavTestData/eg/content/eg36.xml
trunk/tests/caldavTestData/eg/eg36.test
Log:
Fix principal-match-report (missing elements)
Add recipient to freebusy response
Modified: trunk/tests/caldavTestData/eg/content/eg36.xml
===================================================================
--- trunk/tests/caldavTestData/eg/content/eg36.xml 2007-05-08 18:10:19 UTC (rev 51)
+++ trunk/tests/caldavTestData/eg/content/eg36.xml 2007-05-08 19:51:50 UTC (rev 52)
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
-<x0:propfind xmlns:x2="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:" xmlns:x1="com.apple.ical:">
- <x0:prop>
- <x0:resourcetype/>
- <x0:displayname/>
- <x1:calendarcolor/>
- <x2:calendar-description/>
- </x0:prop>
-</x0:propfind>
+<D:principal-match xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
+ <D:self/>
+ <D:prop>
+ <C:schedule-inbox-URL/>
+ <C:schedule-outbox-URL/>
+ </D:prop>
+</D:principal-match>
Modified: trunk/tests/caldavTestData/eg/eg36.test
===================================================================
--- trunk/tests/caldavTestData/eg/eg36.test 2007-05-08 18:10:19 UTC (rev 51)
+++ trunk/tests/caldavTestData/eg/eg36.test 2007-05-08 19:51:50 UTC (rev 52)
@@ -1,12 +1,12 @@
DESCRIPTION: Events with a description
-METHOD: PROPFIND
+METHOD: REPORT
AUTH: true
-URL: calendar
+URL: /ucaldav/principals/users/
-DEPTH: infinity
+DEPTH: 0
CONTENTTYPE: text/xml
More information about the Bedework-commit
mailing list