[CalendarServer-changes] [13716] CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp. xml

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 3 11:21:55 PDT 2014


Revision: 13716
          http://trac.calendarserver.org//changeset/13716
Author:   cdaboo at apple.com
Date:     2014-07-03 11:21:55 -0700 (Thu, 03 Jul 2014)
Log Message:
-----------
Async scheduling fix.

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

Modified: CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp.xml	2014-07-02 20:07:16 UTC (rev 13715)
+++ CalDAVTester/trunk/scripts/tests/CalDAV/implicitpartstattimestamp.xml	2014-07-03 18:21:55 UTC (rev 13716)
@@ -297,6 +297,28 @@
 				</verify>
 			</request>
 		</test>
+		<test name='18'>
+			<description>Organizer Inbox Item has no timestamp</description>
+			<request>
+				<method>WAITCOUNT 1</method>
+				<ruri>$inboxpath1:/</ruri>
+			</request>
+			<request>
+				<method>GETNEW</method>
+				<ruri>$inboxpath1:/</ruri>
+				<verify>
+					<callback>dataString</callback>
+					<arg>
+						<name>notcontains</name>
+						<value>X-CALENDARSERVER-DTSTAMP</value>
+					</arg>
+				</verify>
+			</request>
+			<request>
+				<method>DELETEALL</method>
+				<ruri>$inboxpath1:/</ruri>
+			</request>
+		</test>
 		<test name='-1'>
 			<description>Clean-up</description>
 			<request user="$userid1:" pswd="$pswd1:">
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140703/c427a51b/attachment.html>


More information about the calendarserver-changes mailing list