[CalendarServer-changes] [11090] CalDAVTester/branches/users/gaya/sharedgroupstester-2/scripts/tests /CardDAV/resourceid.xml

source_changes at macosforge.org source_changes at macosforge.org
Mon Apr 22 18:05:06 PDT 2013


Revision: 11090
          http://trac.calendarserver.org//changeset/11090
Author:   gaya at apple.com
Date:     2013-04-22 18:05:05 -0700 (Mon, 22 Apr 2013)
Log Message:
-----------
remove obsolete test

Removed Paths:
-------------
    CalDAVTester/branches/users/gaya/sharedgroupstester-2/scripts/tests/CardDAV/resourceid.xml

Deleted: CalDAVTester/branches/users/gaya/sharedgroupstester-2/scripts/tests/CardDAV/resourceid.xml
===================================================================
--- CalDAVTester/branches/users/gaya/sharedgroupstester-2/scripts/tests/CardDAV/resourceid.xml	2013-04-23 01:04:00 UTC (rev 11089)
+++ CalDAVTester/branches/users/gaya/sharedgroupstester-2/scripts/tests/CardDAV/resourceid.xml	2013-04-23 01:05:05 UTC (rev 11090)
@@ -1,119 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-
-<!DOCTYPE caldavtest SYSTEM "caldavtest.dtd">
-
-<!--
- Copyright (c) 2006-2013 Apple Inc. All rights reserved.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-  http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-
-<caldavtest>
-	<require-feature>
-		<feature>caldav</feature>
-		<feature>resource-id</feature>
-	</require-feature>
-
-	<start/>
-	
-	<test-suite name='Address book with move'>
-		<test name='1'>
-			<description>Simple MKCOL</description>
-			<request end-delete='yes'>
-				<method>MKCOL</method>
-				<ruri>$addressbookhome1:/adbktest1/</ruri>
-				<data>
-					<content-type>text/xml; charset=utf-8</content-type>
-					<filepath>Resource/Common/MKCOL/addressbook.xml</filepath>
-				</data>
-				<verify>
-					<callback>statusCode</callback>
-					<arg>
-						<name>status</name>
-						<value>201</value>
-					</arg>
-				</verify>
-			</request>
-		</test>
-		<test name='2' ignore='no'>
-			<description>Check property</description>
-			<request print-response='no'>
-				<method>PROPFIND</method>
-				<ruri>$addressbookhome1:/adbktest1/</ruri>
-				<header>
-					<name>Depth</name>
-					<value>0</value>
-				</header>
-				<data>
-					<content-type>text/xml; charset=utf-8</content-type>
-					<filepath>Resource/Common/PROPFIND/resourceid.xml</filepath>
-				</data>
-				<verify>
-					<callback>propfindItems</callback>
-					<arg>
-						<name>okprops</name>
-						<value>{DAV:}resource-id</value>
-					</arg>
-				</verify>
-			</request>
-		</test>
-		<test name='3'>
-			<description>MOVE to new address book</description>
-			<request>
-				<method>MOVE</method>
-				<ruri>$addressbookhome1:/adbktest1/</ruri>
-				<header>
-					<name>Destination</name>
-					<value>$host:$addressbookhome1:/adbktest-moved/</value>
-				</header>
-				<verify>
-					<callback>statusCode</callback>
-					<arg>
-						<name>status</name>
-						<value>2xx</value>
-					</arg>
-				</verify>
-			</request>
-		</test>
-		<test name='4' ignore='no'>
-			<description>Check property</description>
-			<request print-response='no'>
-				<method>PROPFIND</method>
-				<ruri>$addressbookhome1:/adbktest-moved/</ruri>
-				<header>
-					<name>Depth</name>
-					<value>0</value>
-				</header>
-				<data>
-					<content-type>text/xml; charset=utf-8</content-type>
-					<filepath>Resource/Common/PROPFIND/resourceid.xml</filepath>
-				</data>
-				<verify>
-					<callback>propfindItems</callback>
-					<arg>
-						<name>okprops</name>
-						<value>{DAV:}resource-id</value>
-					</arg>
-				</verify>
-			</request>
-		</test>
-	</test-suite>
-
-	<end>
-		<request>
-			<method>DELETE</method>
-			<ruri>$addressbookhome1:/adbktest-moved/</ruri>
-		</request>
-	</end>
-
-</caldavtest>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130422/66550799/attachment.html>


More information about the calendarserver-changes mailing list