[CalendarServer-changes] [10898] CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/ CardDAV

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 12 10:47:59 PDT 2013


Revision: 10898
          http://trac.calendarserver.org//changeset/10898
Author:   gaya at apple.com
Date:     2013-03-12 10:47:59 -0700 (Tue, 12 Mar 2013)
Log Message:
-----------
comment out ignored tests

Modified Paths:
--------------
    CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/default-addressbook.xml
    CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/limits.xml

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

Modified: CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/default-addressbook.xml
===================================================================
--- CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/default-addressbook.xml	2013-03-12 17:26:27 UTC (rev 10897)
+++ CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/default-addressbook.xml	2013-03-12 17:47:59 UTC (rev 10898)
@@ -113,6 +113,7 @@
 	</test-suite>
 
 	<test-suite name='No default delete'>
+<!--  
 		<test name='1' ignore='yes'>
 			<description>DELETE</description>
 			<request end-delete='yes'>
@@ -127,6 +128,7 @@
 				</verify>
 			</request>
 		</test>
+-->
 		<test name='2'>
 			<description>Set property on home</description>
 			<request print-response='no'>

Modified: CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/limits.xml
===================================================================
--- CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/limits.xml	2013-03-12 17:26:27 UTC (rev 10897)
+++ CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/limits.xml	2013-03-12 17:47:59 UTC (rev 10898)
@@ -75,6 +75,7 @@
 		</test>
 	</test-suite>
 
+<!--
 	<test-suite name='Collection limit' ignore='yes'>
 		<test name='1' count='49' ignore='no'>
 			<description>Create collections to one below the limit</description>
@@ -113,6 +114,7 @@
 			</request>
 		</test>
 	</test-suite>
+-->
 
 	<end/>
 	

Deleted: CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/resourceid.xml
===================================================================
--- CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/resourceid.xml	2013-03-12 17:26:27 UTC (rev 10897)
+++ CalDAVTester/branches/users/gaya/sharedgroupstester/scripts/tests/CardDAV/resourceid.xml	2013-03-12 17:47:59 UTC (rev 10898)
@@ -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' ignore='yes'>
-		<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/20130312/26385ec4/attachment.html>


More information about the calendarserver-changes mailing list