[CalendarServer-changes] [5329] CalDAVTester/branches/users/cdaboo/sharing-5228/scripts/tests/CalDAV /sharing-feature.xml

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 17 09:41:07 PDT 2010


Revision: 5329
          http://trac.macosforge.org/projects/calendarserver/changeset/5329
Author:   cdaboo at apple.com
Date:     2010-03-17 09:41:04 -0700 (Wed, 17 Mar 2010)
Log Message:
-----------
Upgrade to share works on an empty calendar.

Modified Paths:
--------------
    CalDAVTester/branches/users/cdaboo/sharing-5228/scripts/tests/CalDAV/sharing-feature.xml

Modified: CalDAVTester/branches/users/cdaboo/sharing-5228/scripts/tests/CalDAV/sharing-feature.xml
===================================================================
--- CalDAVTester/branches/users/cdaboo/sharing-5228/scripts/tests/CalDAV/sharing-feature.xml	2010-03-17 01:43:19 UTC (rev 5328)
+++ CalDAVTester/branches/users/cdaboo/sharing-5228/scripts/tests/CalDAV/sharing-feature.xml	2010-03-17 16:41:04 UTC (rev 5329)
@@ -58,6 +58,7 @@
 			</request>
 		</test>
 	</test-suite>
+
 	<test-suite name='Upgrade calendar to shared'>
 		<test name='1'>
 			<description>Create new calendar</description>
@@ -103,14 +104,14 @@
 				<verify>
 					<callback>propfindItems</callback>
 					<arg>
-						<name>badprops</name>
+						<name>okprops</name>
 						<value>DAV:resourcetype</value>
 					</arg>
 				</verify>
 			</request>
 		</test>
 		<test name='4' ignore='no'>
-			<description>Is not shared</description>
+			<description>Is shared</description>
 			<request print-response='no'>
 				<method>PROPFIND</method>
 				<ruri>$pathprefix1:/shared1/</ruri>
@@ -126,7 +127,7 @@
 					<callback>propfindValues</callback>
 					<arg>
 						<name>props</name>
-						<value>DAV:resourcetype!.*shared-owner.*</value>
+						<value>DAV:resourcetype$.*shared-owner.*</value>
 					</arg>
 				</verify>
 			</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100317/a91b41e2/attachment.html>


More information about the calendarserver-changes mailing list