[CalendarServer-changes] [3039] CalDAVTester/trunk/scripts/tests/privatecomments.xml

source_changes at macosforge.org source_changes at macosforge.org
Tue Sep 23 20:12:49 PDT 2008


Revision: 3039
          http://trac.macosforge.org/projects/calendarserver/changeset/3039
Author:   cdaboo at apple.com
Date:     2008-09-23 20:12:49 -0700 (Tue, 23 Sep 2008)
Log Message:
-----------
Test private comments compliance string.

Modified Paths:
--------------
    CalDAVTester/trunk/scripts/tests/privatecomments.xml

Modified: CalDAVTester/trunk/scripts/tests/privatecomments.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/privatecomments.xml	2008-09-24 03:12:01 UTC (rev 3038)
+++ CalDAVTester/trunk/scripts/tests/privatecomments.xml	2008-09-24 03:12:49 UTC (rev 3039)
@@ -38,6 +38,23 @@
 		</request>
 	</start>
 	
+	<test-suite name='OPTIONS header' ignore='no'>
+		<test name='1'>
+			<description>Look for options header tag</description>
+			<request print-response="no">
+				<method>OPTIONS</method>
+				<ruri>$principal1:</ruri>
+				<verify>
+					<callback>header</callback>
+					<arg>
+						<name>header</name>
+						<value>*DAV$.*calendarserver-private-comments.*</value>
+					</arg>
+				</verify>
+			</request>
+		</test>
+	</test-suite>
+
 	<test-suite name='No Comment' ignore='no'>
 		<test name='1'>
 			<description>Organizer invites Attendee</description>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20080923/2cf3513e/attachment-0001.html 


More information about the calendarserver-changes mailing list