[CalendarServer-changes] [360] CalDAVTester/trunk/scripts/tests/dropbox.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Nov 3 13:40:37 PST 2006


Revision: 360
          http://trac.macosforge.org/projects/calendarserver/changeset/360
Author:   cdaboo at apple.com
Date:     2006-11-03 13:40:36 -0800 (Fri, 03 Nov 2006)

Log Message:
-----------
Make sure PROPFINDs are Depth:0.

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

Modified: CalDAVTester/trunk/scripts/tests/dropbox.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/dropbox.xml	2006-11-03 21:33:43 UTC (rev 359)
+++ CalDAVTester/trunk/scripts/tests/dropbox.xml	2006-11-03 21:40:36 UTC (rev 360)
@@ -49,6 +49,10 @@
 			<description>Look for properties</description>
 			<request>
 				<method>PROPFIND</method>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<ruri>$pathprefix:/dropbox/</ruri>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
@@ -67,6 +71,10 @@
 			<description>Look for properties</description>
 			<request>
 				<method>PROPFIND</method>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<ruri>$pathprefix:/notifications/</ruri>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
@@ -101,6 +109,10 @@
 			<description>Look for properties</description>
 			<request>
 				<method>PROPFIND</method>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<ruri>$pathprefix:/dropbox/ABCEFG/</ruri>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>

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


More information about the calendarserver-changes mailing list