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

source_changes at macosforge.org source_changes at macosforge.org
Mon Aug 19 12:10:00 PDT 2013


Revision: 11618
          http://trac.calendarserver.org//changeset/11618
Author:   cdaboo at apple.com
Date:     2013-08-19 12:09:59 -0700 (Mon, 19 Aug 2013)
Log Message:
-----------
Add delays for proper If-Last-Modified-Since testing.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/CalDAV/get.xml
    CalDAVTester/trunk/scripts/tests/CardDAV/get.xml

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/get.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/get.xml	2013-08-19 17:40:40 UTC (rev 11617)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/get.xml	2013-08-19 19:09:59 UTC (rev 11618)
@@ -271,6 +271,10 @@
 		</test>
 		<test name='7'>
 			<description>Conditional GET on calendar collection</description>
+			<request print-response='no'>
+				<method>DELAY</method>
+				<ruri>2</ruri>
+			</request>
 			<request print-response="no">
 				<method>GET</method>
 				<ruri>$calendarpath1:/</ruri>
@@ -487,6 +491,10 @@
 		</test>
 		<test name='5'>
 			<description>Conditional GET on calendar home</description>
+			<request print-response='no'>
+				<method>DELAY</method>
+				<ruri>2</ruri>
+			</request>
 			<request print-response="no">
 				<method>GET</method>
 				<ruri>$calendarpath1:/</ruri>

Modified: CalDAVTester/trunk/scripts/tests/CardDAV/get.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CardDAV/get.xml	2013-08-19 17:40:40 UTC (rev 11617)
+++ CalDAVTester/trunk/scripts/tests/CardDAV/get.xml	2013-08-19 19:09:59 UTC (rev 11618)
@@ -212,6 +212,10 @@
 		</test>
 		<test name='6'>
 			<description>Conditional GET on addressbook collection</description>
+			<request print-response='no'>
+				<method>DELAY</method>
+				<ruri>2</ruri>
+			</request>
 			<request print-response="no">
 				<method>GET</method>
 				<ruri>$addressbookpath1:/</ruri>
@@ -280,6 +284,10 @@
 		</test>
 		<test name='5'>
 			<description>Conditional GET on addressbook home</description>
+			<request print-response='no'>
+				<method>DELAY</method>
+				<ruri>2</ruri>
+			</request>
 			<request print-response="no">
 				<method>GET</method>
 				<ruri>$addressbookpath1:/</ruri>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130819/68febc1c/attachment.html>


More information about the calendarserver-changes mailing list