[CalendarServer-changes] [6648] CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml

source_changes at macosforge.org source_changes at macosforge.org
Thu Nov 18 09:32:59 PST 2010


Revision: 6648
          http://trac.macosforge.org/projects/calendarserver/changeset/6648
Author:   cdaboo at apple.com
Date:     2010-11-18 09:32:56 -0800 (Thu, 18 Nov 2010)
Log Message:
-----------
Test for updated dropbox handling.

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

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml	2010-11-17 20:45:11 UTC (rev 6647)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/dropbox.xml	2010-11-18 17:32:56 UTC (rev 6648)
@@ -126,6 +126,20 @@
 				</verify>
 			</request>
 		</test>
+		<test name='3'>
+			<description>Create non-existent drop box</description>
+			<request end-delete='yes' user="$userid1:" pswd="$pswd1:">
+				<method>MKCOL</method>
+				<ruri>$dropboxpath1:/NoDropboxHere/</ruri>
+				<verify>
+					<callback>statusCode</callback>
+					<arg>
+						<name>status</name>
+						<value>201</value>
+					</arg>
+				</verify>
+			</request>
+		</test>
 	</test-suite>
 
 	<test-suite name='Drop Box Collection ACLs'>
@@ -478,7 +492,7 @@
 					<callback>statusCode</callback>
 					<arg>
 						<name>status</name>
-						<value>405</value>
+						<value>403</value>
 					</arg>
 				</verify>
 			</request>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101118/4005cd1b/attachment.html>


More information about the calendarserver-changes mailing list