[CalendarServer-changes] [10178] CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp. xml
source_changes at macosforge.org
source_changes at macosforge.org
Mon Dec 17 09:50:12 PST 2012
Revision: 10178
http://trac.calendarserver.org//changeset/10178
Author: cdaboo at apple.com
Date: 2012-12-17 09:50:12 -0800 (Mon, 17 Dec 2012)
Log Message:
-----------
Missed a test from last commit.
Modified Paths:
--------------
CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp.xml
Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp.xml 2012-12-17 17:35:17 UTC (rev 10177)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp.xml 2012-12-17 17:50:12 UTC (rev 10178)
@@ -48,6 +48,37 @@
</request>
</start>
+ <test-suite name='OPTIONS header' ignore='no'>
+ <test name='1'>
+ <description>Look for options header tag on principal</description>
+ <request print-response="no">
+ <method>OPTIONS</method>
+ <ruri>$principal1:</ruri>
+ <verify>
+ <callback>header</callback>
+ <arg>
+ <name>header</name>
+ <value>*DAV$.*calendarserver-partstat-changes.*</value>
+ </arg>
+ </verify>
+ </request>
+ </test>
+ <test name='2'>
+ <description>Look for options header tag on calendar</description>
+ <request print-response="no">
+ <method>OPTIONS</method>
+ <ruri>$calendarpath1:/</ruri>
+ <verify>
+ <callback>header</callback>
+ <arg>
+ <name>header</name>
+ <value>*DAV$.*calendarserver-partstat-changes.*</value>
+ </arg>
+ </verify>
+ </request>
+ </test>
+ </test-suite>
+
<test-suite name='Simple Changes' 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/20121217/fe3dd114/attachment.html>
More information about the calendarserver-changes
mailing list