[CalendarServer-changes] [7266] CalDAVTester/trunk/scripts/tests/CalDAV/sharing-peruser-data.xml

source_changes at macosforge.org source_changes at macosforge.org
Sun Mar 27 19:38:26 PDT 2011


Revision: 7266
          http://trac.macosforge.org/projects/calendarserver/changeset/7266
Author:   cdaboo at apple.com
Date:     2011-03-27 19:38:26 -0700 (Sun, 27 Mar 2011)
Log Message:
-----------
No need to use GETNEW on shared resource we know the path of.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/CalDAV/sharing-peruser-data.xml

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/sharing-peruser-data.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/sharing-peruser-data.xml	2011-03-25 21:11:07 UTC (rev 7265)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/sharing-peruser-data.xml	2011-03-28 02:38:26 UTC (rev 7266)
@@ -111,8 +111,8 @@
 		<test name='2' ignore='no'>
 			<description>User02 sees event</description>
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar2:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar2:/1.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
@@ -125,8 +125,8 @@
 		<test name='3' ignore='no'>
 			<description>User03 sees event</description>
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar3:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar3:/1.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
@@ -153,8 +153,8 @@
 		<test name='2' ignore='no'>
 			<description>User02 sees event</description>
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar2:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar2:/1.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
@@ -167,8 +167,8 @@
 		<test name='3' ignore='no'>
 			<description>User03 sees event</description>
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar3:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar3:/1.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
@@ -209,8 +209,8 @@
 		<test name='3' ignore='no'>
 			<description>User03 sees event</description>
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar3:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar3:/1.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
@@ -408,8 +408,8 @@
 		<test name='2' ignore='no'>
 			<description>User02 sees event</description>
 			<request user="$userid2:" pswd="$pswd2:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar2:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar2:/2.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
@@ -422,8 +422,8 @@
 		<test name='3' ignore='no'>
 			<description>User03 sees event</description>
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar3:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar3:/2.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
@@ -464,8 +464,8 @@
 		<test name='3' ignore='no'>
 			<description>User03 sees event</description>
 			<request user="$userid3:" pswd="$pswd3:" print-response="no">
-				<method>GETNEW</method>
-				<ruri>$sharedcalendar3:/</ruri>
+				<method>GET</method>
+				<ruri>$sharedcalendar3:/2.ics</ruri>
 				<verify>
 					<callback>calendarDataMatch</callback>
 					<arg>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110327/7081c516/attachment.html>


More information about the calendarserver-changes mailing list