[CalendarServer-changes] [6802] CalDAVTester/trunk/scripts/tests/CalDAV/proppatch.xml

source_changes at macosforge.org source_changes at macosforge.org
Tue Jan 25 09:02:00 PST 2011


Revision: 6802
          http://trac.macosforge.org/projects/calendarserver/changeset/6802
Author:   cdaboo at apple.com
Date:     2011-01-25 09:01:59 -0800 (Tue, 25 Jan 2011)
Log Message:
-----------
Test PROPPATCH on non-existent calendar.

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

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/proppatch.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/proppatch.xml	2011-01-25 16:47:22 UTC (rev 6801)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/proppatch.xml	2011-01-25 17:01:59 UTC (rev 6802)
@@ -204,6 +204,24 @@
 				</verify>
 			</request>
 		</test>
+		<test name='6' ignore='no'>
+			<description>PROPPATCH non-existent calendar</description>
+			<request print-response='no'>
+				<method>PROPPATCH</method>
+				<ruri>$pathprefix1:/bogus-calendar/</ruri>
+				<data>
+					<content-type>text/xml; charset=utf-8</content-type>
+					<filepath>Resource/CalDAV/proppatches/3.xml</filepath>
+				</data>
+				<verify>
+					<callback>statusCode</callback>
+					<arg>
+						<name>status</name>
+						<value>404</value>
+					</arg>
+				</verify>
+			</request>
+		</test>
 	</test-suite>
 	
 	<test-suite name='prop patch property attributes'>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110125/37aec27f/attachment.html>


More information about the calendarserver-changes mailing list