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

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 2 11:26:16 PST 2011


Revision: 8369
          http://trac.macosforge.org/projects/calendarserver/changeset/8369
Author:   cdaboo at apple.com
Date:     2011-12-02 11:26:15 -0800 (Fri, 02 Dec 2011)
Log Message:
-----------
Make sure PROPFINDs always have a Depth header (not infinity since that is now disabled).

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/CalDAV/availability.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/calendaruserproxy.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto1.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto2.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto3.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto4.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto5.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto6.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto7.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto8.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitautomultiple.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitcancels.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstatchange.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitproxy.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/implicitscheduletag.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/privatecomments.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/put.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/sharing-multiple.xml
    CalDAVTester/trunk/scripts/tests/CalDAV/timezoneservice.xml
    CalDAVTester/trunk/scripts/tests/CardDAV/propfind.xml

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/availability.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/availability.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/availability.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -425,6 +425,10 @@
 			<request>
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/availability/15.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/calendaruserproxy.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/calendaruserproxy.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/calendaruserproxy.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -64,6 +64,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/1.xml</filepath>
@@ -84,6 +88,10 @@
 			<request>
 				<method>PROPFIND</method>
 				<ruri>$principal1:calendar-proxy-read/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/1.xml</filepath>
@@ -104,6 +112,10 @@
 			<request>
 				<method>PROPFIND</method>
 				<ruri>$principal1:calendar-proxy-write/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/1.xml</filepath>
@@ -127,6 +139,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -146,6 +162,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal2:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -194,6 +214,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:calendar-proxy-read/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -306,6 +330,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:calendar-proxy-read/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -325,6 +353,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -344,6 +376,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal2:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -392,6 +428,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:calendar-proxy-write/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -532,6 +572,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:calendar-proxy-write/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -551,6 +595,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -570,6 +618,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal2:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>
@@ -747,6 +799,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$principal1:calendar-proxy-write/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/calendaruserproxy/2.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto1.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto1.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto1.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -86,6 +86,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -154,6 +158,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -229,6 +237,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -297,6 +309,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -369,6 +385,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -437,6 +457,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -505,6 +529,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -573,6 +601,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -641,6 +673,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -709,6 +745,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -777,6 +817,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -845,6 +889,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -913,6 +961,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -981,6 +1033,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -1127,6 +1183,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>
@@ -1217,6 +1277,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto1/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto2.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto2.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto2.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -83,6 +83,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>
@@ -168,6 +172,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>
@@ -253,6 +261,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>
@@ -338,6 +350,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>
@@ -423,6 +439,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>
@@ -508,6 +528,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>
@@ -593,6 +617,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>
@@ -678,6 +706,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto2/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto3.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto3.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto3.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -83,6 +83,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -151,6 +155,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -183,6 +191,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -268,6 +280,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -353,6 +369,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -421,6 +441,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -453,6 +477,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -521,6 +549,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -553,6 +585,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -638,6 +674,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>
@@ -723,6 +763,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto3/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto4.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto4.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto4.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -83,6 +83,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto4/1.xml</filepath>
@@ -168,6 +172,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto4/1.xml</filepath>
@@ -253,6 +261,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto4/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto5.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto5.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto5.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -83,6 +83,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto5/1.xml</filepath>
@@ -151,6 +155,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto5/1.xml</filepath>
@@ -183,6 +191,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto5/1.xml</filepath>
@@ -268,6 +280,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto5/1.xml</filepath>
@@ -353,6 +369,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto5/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto6.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto6.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto6.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -66,6 +66,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -98,6 +102,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -166,6 +174,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -198,6 +210,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -266,6 +282,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -298,6 +318,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -366,6 +390,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -398,6 +426,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -462,6 +494,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -494,6 +530,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -512,6 +552,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rcalendarpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -566,6 +610,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>
@@ -598,6 +646,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto6/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto7.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto7.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto7.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -131,6 +131,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto7/1.xml</filepath>
@@ -252,6 +256,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto7/1.xml</filepath>
@@ -373,6 +381,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto7/1.xml</filepath>
@@ -494,6 +506,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto7/1.xml</filepath>
@@ -615,6 +631,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto7/1.xml</filepath>
@@ -736,6 +756,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/auto7/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto8.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto8.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitauto8.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -67,6 +67,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/Common/PROPFIND/count.xml</filepath>
@@ -131,6 +135,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/Common/PROPFIND/count.xml</filepath>
@@ -209,6 +217,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/Common/PROPFIND/count.xml</filepath>
@@ -273,6 +285,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/Common/PROPFIND/count.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitautomultiple.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitautomultiple.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitautomultiple.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -78,6 +78,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/1.xml</filepath>
@@ -146,6 +150,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath1:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/1.xml</filepath>
@@ -182,6 +190,10 @@
 			<request user="$useradmin:" pswd="$pswdadmin:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$rinboxpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitcancels.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitcancels.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitcancels.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -98,6 +98,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -193,6 +197,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -285,6 +293,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -380,6 +392,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -472,6 +488,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -571,6 +591,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -670,6 +694,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -762,6 +790,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>
@@ -967,6 +999,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/cancels/1.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstatchange.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstatchange.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstatchange.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -650,6 +650,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/Common/PROPFIND/count.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitproxy.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitproxy.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitproxy.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -78,6 +78,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/proxy/4.xml</filepath>
@@ -191,6 +195,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$inboxpath2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/proxy/4.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitscheduletag.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitscheduletag.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitscheduletag.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -68,6 +68,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -114,6 +118,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -153,6 +161,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -199,6 +211,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -238,6 +254,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -288,6 +308,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -327,6 +351,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -370,6 +398,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -405,6 +437,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -462,6 +498,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -497,6 +537,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -540,6 +584,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -575,6 +623,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -617,6 +669,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -673,6 +729,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/2.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -712,6 +772,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -751,6 +815,10 @@
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/2.xml</filepath>
@@ -801,6 +869,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/2.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -845,6 +917,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -889,6 +965,10 @@
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -951,6 +1031,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -991,6 +1075,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/2.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -1031,6 +1119,10 @@
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -1093,6 +1185,10 @@
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -1133,6 +1229,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/2.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -1173,6 +1273,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -1228,6 +1332,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/2.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>
@@ -1329,6 +1437,10 @@
 			<request print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/2.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/implicit/scheduletag/9.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/privatecomments.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/privatecomments.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/privatecomments.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -426,6 +426,10 @@
 			<request user="$userid3:" pswd="$pswd3:" print-response='no'>
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/privatecomments/39.xml</filepath>
@@ -558,6 +562,10 @@
 			<request user="$userid3:" pswd="$pswd3:" print-response='no'>
 				<method>PROPFIND</method>
 				<ruri>$</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/privatecomments/39.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/put.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/put.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/put.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -605,6 +605,10 @@
 			<request>
 				<method>PROPFIND</method>
 				<ruri>$calendarpath1:/1.ics</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>application/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/recurrenceput/10.xml</filepath>
@@ -673,6 +677,10 @@
 			<request>
 				<method>PROPFIND</method>
 				<ruri>$calendarhome1:/collection/1234</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>application/xml; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/recurrenceput/10.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/sharing-multiple.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/sharing-multiple.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/sharing-multiple.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -225,6 +225,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarhome2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/Common/PROPFIND/count.xml</filepath>
@@ -317,6 +321,10 @@
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
 				<method>PROPFIND</method>
 				<ruri>$calendarhome2:/</ruri>
+				<header>
+					<name>Depth</name>
+					<value>1</value>
+				</header>
 				<data>
 					<content-type>text/xml; charset=utf-8</content-type>
 					<filepath>Resource/Common/PROPFIND/count.xml</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/timezoneservice.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/timezoneservice.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/timezoneservice.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -44,6 +44,10 @@
 			<request>
 				<method>PROPFIND</method>
 				<ruri>$timezoneservice:</ruri>
+				<header>
+					<name>Depth</name>
+					<value>0</value>
+				</header>
 				<data>
 					<content-type>text/calendar; charset=utf-8</content-type>
 					<filepath>Resource/CalDAV/propfinds/1.txt</filepath>

Modified: CalDAVTester/trunk/scripts/tests/CardDAV/propfind.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CardDAV/propfind.xml	2011-12-02 18:09:31 UTC (rev 8368)
+++ CalDAVTester/trunk/scripts/tests/CardDAV/propfind.xml	2011-12-02 19:26:15 UTC (rev 8369)
@@ -77,7 +77,11 @@
 					<filepath>Resource/CardDAV/vpropfinds/1.xml</filepath>
 				</data>
 				<verify>
-					<callback>statusCode</callback>
+					<callback>prepostcondition</callback>
+					<arg>
+						<name>error</name>
+						<value>{DAV:}propfind-finite-depth</value>
+					</arg>
 				</verify>
 			</request>
 		</test>
@@ -156,7 +160,11 @@
 					<filepath>Resource/CardDAV/vpropfinds/2.xml</filepath>
 				</data>
 				<verify>
-					<callback>statusCode</callback>
+					<callback>prepostcondition</callback>
+					<arg>
+						<name>error</name>
+						<value>{DAV:}propfind-finite-depth</value>
+					</arg>
 				</verify>
 			</request>
 		</test>
@@ -213,7 +221,11 @@
 					<filepath>Resource/CardDAV/vpropfinds/3.xml</filepath>
 				</data>
 				<verify>
-					<callback>statusCode</callback>
+					<callback>prepostcondition</callback>
+					<arg>
+						<name>error</name>
+						<value>{DAV:}propfind-finite-depth</value>
+					</arg>
 				</verify>
 			</request>
 		</test>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111202/c6cbdb39/attachment-0001.html>


More information about the calendarserver-changes mailing list