[CalendarServer-changes] [5454] CalDAVTester/trunk/scripts/tests/CardDAV/copymove.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Apr 9 10:54:51 PDT 2010


Revision: 5454
          http://trac.macosforge.org/projects/calendarserver/changeset/5454
Author:   cdaboo at apple.com
Date:     2010-04-09 10:54:50 -0700 (Fri, 09 Apr 2010)
Log Message:
-----------
No more search address book.

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

Modified: CalDAVTester/trunk/scripts/tests/CardDAV/copymove.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CardDAV/copymove.xml	2010-04-09 17:54:28 UTC (rev 5453)
+++ CalDAVTester/trunk/scripts/tests/CardDAV/copymove.xml	2010-04-09 17:54:50 UTC (rev 5454)
@@ -141,24 +141,6 @@
 			</request>
 		</test>
 		<test name='4'>
-			<description>COPY to search directory</description>
-			<request print-response="no">
-				<method>COPY</method>
-				<ruri>$addressbookpath1:/1.vcf</ruri>
-				<header>
-					<name>Destination</name>
-					<value>$host:$addressbookhome1:/search/copy2_1.vcf</value>
-				</header>
-				<verify>
-					<callback>statusCode</callback>
-					<arg>
-						<name>status</name>
-						<value>403</value>
-					</arg>
-				</verify>
-			</request>
-		</test>
-		<test name='5'>
 			<description>MOVE within same addressbook to new resource</description>
 			<request print-response="no">
 				<method>MOVE</method>
@@ -176,7 +158,7 @@
 				</verify>
 			</request>
 		</test>
-		<test name='6'>
+		<test name='5'>
 			<description>MOVE within same addressbook to existing resource with overwrite</description>
 			<request print-response="no">
 				<method>MOVE</method>
@@ -198,7 +180,7 @@
 				</verify>
 			</request>
 		</test>
-		<test name='7'>
+		<test name='6'>
 			<description>MOVE within same addressbook to existing resource without overwrite</description>
 			<request print-response="no">
 				<method>MOVE</method>
@@ -220,24 +202,6 @@
 				</verify>
 			</request>
 		</test>
-		<test name='8'>
-			<description>MOVE to search directory</description>
-			<request print-response="no">
-				<method>MOVE</method>
-				<ruri>$addressbookpath1:/move1.vcf</ruri>
-				<header>
-					<name>Destination</name>
-					<value>$host:$addressbookhome1:/search/move2_1.vcf</value>
-				</header>
-				<verify>
-					<callback>statusCode</callback>
-					<arg>
-						<name>status</name>
-						<value>403</value>
-					</arg>
-				</verify>
-			</request>
-		</test>
 	</test-suite>	
 	<end>
 <!--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100409/21db7ce6/attachment.html>


More information about the calendarserver-changes mailing list