[CalendarServer-changes] [837] CalDAVTester/trunk/scripts/tests

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 15 10:52:06 PST 2006


Revision: 837
          http://trac.macosforge.org/projects/calendarserver/changeset/837
Author:   cdaboo at apple.com
Date:     2006-12-15 10:52:06 -0800 (Fri, 15 Dec 2006)

Log Message:
-----------
Fixes for latest dropbox/notification support. Also turn on notification test for --all.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/dropbox.xml
    CalDAVTester/trunk/scripts/tests/notifications.xml

Modified: CalDAVTester/trunk/scripts/tests/dropbox.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/dropbox.xml	2006-12-15 16:30:34 UTC (rev 836)
+++ CalDAVTester/trunk/scripts/tests/dropbox.xml	2006-12-15 18:52:06 UTC (rev 837)
@@ -39,8 +39,8 @@
 					<callback>propfindItems</callback>
 					<arg>
 						<name>okprops</name>
-						<value>http://apple.com/ns/calendarserver/dropbox-home-URL$&lt;href xmlns="DAV:">$pathprefix:/dropbox/&lt;/href></value>
-						<value>http://apple.com/ns/calendarserver/notifications-URL$&lt;href xmlns="DAV:">$pathprefix:/notifications/&lt;/href></value>
+						<value>http://org.calendarserver/ns/dropbox-home-URL$&lt;href xmlns="DAV:">$pathprefix:/dropbox/&lt;/href></value>
+						<value>http://org.calendarserver/ns/notifications-URL$&lt;href xmlns="DAV:">$pathprefix:/notifications/&lt;/href></value>
 					</arg>
 				</verify>
 			</request>
@@ -64,7 +64,7 @@
 					<callback>propfindItems</callback>
 					<arg>
 						<name>okprops</name>
-						<value>DAV:resourcetype$&lt;collection/>&lt;dropbox-home xmlns="http://apple.com/ns/calendarserver/"/></value>
+						<value>DAV:resourcetype$&lt;collection/>&lt;dropbox-home xmlns="http://org.calendarserver/ns/"/></value>
 					</arg>
 				</verify>
 			</request>
@@ -86,7 +86,7 @@
 					<callback>propfindItems</callback>
 					<arg>
 						<name>okprops</name>
-						<value>DAV:resourcetype$&lt;collection/>&lt;notifications xmlns="http://apple.com/ns/calendarserver/"/></value>
+						<value>DAV:resourcetype$&lt;collection/>&lt;notifications xmlns="http://org.calendarserver/ns/"/></value>
 					</arg>
 				</verify>
 			</request>
@@ -124,7 +124,7 @@
 					<callback>propfindItems</callback>
 					<arg>
 						<name>okprops</name>
-						<value>DAV:resourcetype$&lt;collection/>&lt;dropbox xmlns="http://apple.com/ns/calendarserver/"/></value>
+						<value>DAV:resourcetype$&lt;collection/>&lt;dropbox xmlns="http://org.calendarserver/ns/"/></value>
 					</arg>
 				</verify>
 			</request>
@@ -223,7 +223,7 @@
 				</verify>
 			</request>
 		</test>
-		<test name='2'>
+		<test name='2' ignore="yes">
 			<description>Try to create a resource</description>
 			<request end-delete="yes">
 				<method>PUT</method>

Modified: CalDAVTester/trunk/scripts/tests/notifications.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/notifications.xml	2006-12-15 16:30:34 UTC (rev 836)
+++ CalDAVTester/trunk/scripts/tests/notifications.xml	2006-12-15 18:52:06 UTC (rev 837)
@@ -20,7 +20,7 @@
  DRI: Cyrus Daboo, cdaboo at apple.com
  -->
 
-<caldavtest ignore-all="yes">
+<caldavtest>
 	<description>Test drop box notification features</description>
 
 	<start>
@@ -124,8 +124,8 @@
 					</arg>
 					<arg>
 						<name>okprops</name>
-						<value>http://apple.com/ns/calendarserver/time-stamp</value>
-						<value>http://apple.com/ns/calendarserver/changed$&lt;href xmlns="DAV:"&gt;$pathprefix:/dropbox/ABC2/&lt;/href&gt;</value>
+						<value>http://org.calendarserver/ns/time-stamp</value>
+						<value>http://org.calendarserver/ns/changed$&lt;href xmlns="DAV:"&gt;$pathprefix:/dropbox/ABC2/&lt;/href&gt;</value>
 					</arg>
 				</verify>
 			</request>
@@ -197,8 +197,8 @@
 					</arg>
 					<arg>
 						<name>okprops</name>
-						<value>http://apple.com/ns/calendarserver/time-stamp</value>
-						<value>http://apple.com/ns/calendarserver/changed$&lt;href xmlns="DAV:"&gt;$pathprefix:/dropbox/ABC2/&lt;/href&gt;</value>
+						<value>http://org.calendarserver/ns/time-stamp</value>
+						<value>http://org.calendarserver/ns/changed$&lt;href xmlns="DAV:"&gt;$pathprefix:/dropbox/ABC2/&lt;/href&gt;</value>
 					</arg>
 				</verify>
 			</request>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20061215/7602deea/attachment.html


More information about the calendarserver-changes mailing list