[CalendarServer-changes] [5497] CalDAVTester/trunk

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 20 15:47:18 PDT 2010


Revision: 5497
          http://trac.macosforge.org/projects/calendarserver/changeset/5497
Author:   cdaboo at apple.com
Date:     2010-04-20 15:47:17 -0700 (Tue, 20 Apr 2010)
Log Message:
-----------
Fix tests broken by recent schema change.

Modified Paths:
--------------
    CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/3.xml
    CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/3.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/sharing-invites.xml

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/3.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/3.xml	2010-04-20 20:21:23 UTC (rev 5496)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/invites/new/3.xml	2010-04-20 22:47:17 UTC (rev 5497)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <D:propfind xmlns:D="DAV:" xmlns:CS="http://calendarserver.org/ns/">
 <D:prop>
-<CS:notification-type/>
+<CS:notificationtype/>
 </D:prop>
 </D:propfind>

Modified: CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/3.xml
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/3.xml	2010-04-20 20:21:23 UTC (rev 5496)
+++ CalDAVTester/trunk/Resource/CalDAV/sharing/invites/updatenew/3.xml	2010-04-20 22:47:17 UTC (rev 5497)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
 <D:propfind xmlns:D="DAV:" xmlns:CS="http://calendarserver.org/ns/">
 <D:prop>
-<CS:notification-type/>
+<CS:notificationtype/>
 </D:prop>
 </D:propfind>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/sharing-invites.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/sharing-invites.xml	2010-04-20 20:21:23 UTC (rev 5496)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/sharing-invites.xml	2010-04-20 22:47:17 UTC (rev 5497)
@@ -103,7 +103,7 @@
 					<callback>propfindValues</callback>
 					<arg>
 						<name>props</name>
-						<value><![CDATA[http://calendarserver.org/ns/notification-type$<invite-notification shared-type="calendar"/>]]></value>
+						<value><![CDATA[http://calendarserver.org/ns/notificationtype$<invite-notification shared-type="calendar"/>]]></value>
 					</arg>
 				</verify>
 			</request>
@@ -165,7 +165,7 @@
 					<callback>propfindValues</callback>
 					<arg>
 						<name>props</name>
-						<value><![CDATA[http://calendarserver.org/ns/notification-type$<invite-notification shared-type="calendar"/>]]></value>
+						<value><![CDATA[http://calendarserver.org/ns/notificationtype$<invite-notification shared-type="calendar"/>]]></value>
 					</arg>
 				</verify>
 			</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100420/6ae3321c/attachment.html>


More information about the calendarserver-changes mailing list