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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jun 19 14:02:47 PDT 2008


Revision: 2607
          http://trac.macosforge.org/projects/calendarserver/changeset/2607
Author:   cdaboo at apple.com
Date:     2008-06-19 14:02:43 -0700 (Thu, 19 Jun 2008)
Log Message:
-----------
Fix for recent changes.

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

Modified: CalDAVTester/trunk/scripts/tests/acl.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/acl.xml	2008-06-19 20:13:53 UTC (rev 2606)
+++ CalDAVTester/trunk/scripts/tests/acl.xml	2008-06-19 21:02:43 UTC (rev 2607)
@@ -218,6 +218,7 @@
 						<value>DAV:resourcetype</value>
 						<value>DAV:getetag</value>
 						<value>DAV:displayname</value>
+						<value>DAV:current-user-privilege-set</value>
 						<value>DAV:supported-privilege-set</value>
 						<value>DAV:acl-restrictions</value>
 						<value>DAV:inherited-acl-set</value>
@@ -225,7 +226,6 @@
 					</arg>
 					<arg>
 						<name>badprops</name>
-						<value>DAV:current-user-privilege-set</value>
 						<value>DAV:acl</value>
 						<value>DAV:owner</value>
 						<value>DAV:group</value>
@@ -1099,7 +1099,7 @@
 			</request>
 		</test>
 		<test name='5' ignore='no'>
-			<description>Check no current-user-privilege-set on calendar home as user01</description>
+			<description>Check property access on calendar home as user01</description>
 			<request print-response='no'>
 				<method>PROPFIND</method>
 				<header>
@@ -1114,8 +1114,11 @@
 				<verify>
 					<callback>propfindItems</callback>
 					<arg>
+						<name>okprops</name>
+						<value>DAV:current-user-privilege-set</value>
+					</arg>
+					<arg>
 						<name>badprops</name>
-						<value>DAV:current-user-privilege-set</value>
 						<value>DAV:acl</value>
 					</arg>
 				</verify>

Modified: CalDAVTester/trunk/scripts/tests/copymove.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/copymove.xml	2008-06-19 20:13:53 UTC (rev 2606)
+++ CalDAVTester/trunk/scripts/tests/copymove.xml	2008-06-19 21:02:43 UTC (rev 2607)
@@ -426,7 +426,7 @@
 	</test-suite>
 	
 	<test-suite name='COPY/MOVE and Properties' ignore='no'>
-		<test name='1' ignore="no">
+		<test name='1' ignore="yes">
 			<description>Verify that COPY'ing a calendar preserves the calendar resource type</description>
 			<request>
 				<method>MKCALENDAR</method>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080619/f5a30576/attachment-0001.htm 


More information about the calendarserver-changes mailing list