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

source_changes at macosforge.org source_changes at macosforge.org
Wed Aug 21 14:27:38 PDT 2013


Revision: 11627
          http://trac.calendarserver.org//changeset/11627
Author:   cdaboo at apple.com
Date:     2013-08-21 14:27:38 -0700 (Wed, 21 Aug 2013)
Log Message:
-----------
Fix if-modified-since tests again.

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-21 19:49:00 UTC (rev 11626)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/get.xml	2013-08-21 21:27:38 UTC (rev 11627)
@@ -271,10 +271,6 @@
 		</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>
@@ -491,13 +487,9 @@
 		</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>
+				<ruri>$calendarhome1:/</ruri>
 				<header>
 					<name>If-Modified-Since</name>
 					<value>$last-modified2:</value>

Modified: CalDAVTester/trunk/scripts/tests/CardDAV/get.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CardDAV/get.xml	2013-08-21 19:49:00 UTC (rev 11626)
+++ CalDAVTester/trunk/scripts/tests/CardDAV/get.xml	2013-08-21 21:27:38 UTC (rev 11627)
@@ -212,10 +212,6 @@
 		</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>
@@ -284,13 +280,9 @@
 		</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>
+				<ruri>$addressbookhome1:/</ruri>
 				<header>
 					<name>If-Modified-Since</name>
 					<value>$last-modified1:</value>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130821/46b90988/attachment-0001.html>


More information about the calendarserver-changes mailing list