[CalendarServer-changes] [5868] CalDAVTester/trunk

source_changes at macosforge.org source_changes at macosforge.org
Mon Jul 12 08:41:01 PDT 2010


Revision: 5868
          http://trac.macosforge.org/projects/calendarserver/changeset/5868
Author:   glyph at apple.com
Date:     2010-07-12 08:41:01 -0700 (Mon, 12 Jul 2010)
Log Message:
-----------
add user02 to .ics data so that ATTENDEE-based ACL generation can work

Modified Paths:
--------------
    CalDAVTester/trunk/Resource/CalDAV/dropbox/1.ics
    CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml

Modified: CalDAVTester/trunk/Resource/CalDAV/dropbox/1.ics
===================================================================
--- CalDAVTester/trunk/Resource/CalDAV/dropbox/1.ics	2010-07-11 02:03:12 UTC (rev 5867)
+++ CalDAVTester/trunk/Resource/CalDAV/dropbox/1.ics	2010-07-12 15:41:01 UTC (rev 5868)
@@ -29,6 +29,7 @@
 UID:event1 at ninevah.local
 ORGANIZER;CN=$username1::$cuaddr1:
 ATTENDEE;CN=$username1:;PARTSTAT=ACCEPTED:$cuaddr1:
+ATTENDEE;CN=$username2:;PARTSTAT=NEEDS-ACTION:$cuaddr2:
 ATTACH;VALUE=URI:$host:$dropboxpath1:/ABCEFG/caldavd.plist
 X-APPLE-DROPBOX:$dropboxpath1:/ABCEFG
 END:VEVENT

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml	2010-07-11 02:03:12 UTC (rev 5867)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml	2010-07-12 15:41:01 UTC (rev 5868)
@@ -150,7 +150,7 @@
 		</test>
 		<test name='3'>
 			<description>Verify that user03 cannot read it</description>
-			<request user='$userid2:' pswd='$pswd2:'>
+			<request user='$userid3:' pswd='$pswd3:'>
 				<method>GET</method>
 				<ruri>$dropboxpath1:/ABCEFG/test.xml</ruri>
 				<verify>
@@ -177,7 +177,7 @@
 			</request>
 		</test>
 		<test name='5'>
-			<description>Verify that user02 can now read it</description>
+			<description>Verify that user02 can read it</description>
 			<request user='$userid2:' pswd='$pswd2:'>
 				<method>GET</method>
 				<ruri>$dropboxpath1:/ABCEFG/test.xml</ruri>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20100712/e80a8376/attachment.html>


More information about the calendarserver-changes mailing list