[CalendarServer-changes] [14088] CalDAVTester/trunk/scripts/tests-pod/CalDAV/implicitsimple.xml

source_changes at macosforge.org source_changes at macosforge.org
Fri Oct 17 12:25:32 PDT 2014


Revision: 14088
          http://trac.calendarserver.org//changeset/14088
Author:   cdaboo at apple.com
Date:     2014-10-17 12:25:32 -0700 (Fri, 17 Oct 2014)
Log Message:
-----------
Fix possible race condition failure in a CDT test.

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

Modified: CalDAVTester/trunk/scripts/tests-pod/CalDAV/implicitsimple.xml
===================================================================
--- CalDAVTester/trunk/scripts/tests-pod/CalDAV/implicitsimple.xml	2014-10-17 18:56:00 UTC (rev 14087)
+++ CalDAVTester/trunk/scripts/tests-pod/CalDAV/implicitsimple.xml	2014-10-17 19:25:32 UTC (rev 14088)
@@ -167,7 +167,7 @@
 		</test>
 		<test name='11'>
 			<description>PodB data changed</description>
-			<request user="$puserid1:" pswd="$ppswd1:">
+			<request user="$puserid1:" pswd="$ppswd1:" wait-for-success="yes">
 				<method>GETNEW</method>
 				<ruri>$pcalendarpath1:/</ruri>
 				<verify>
@@ -245,7 +245,7 @@
 		</test>
 		<test name='17'>
 			<description>PodA data changed</description>
-			<request user="$userid2:" pswd="$pswd2:">
+			<request user="$userid2:" pswd="$pswd2:" wait-for-success="yes">
 				<method>GETNEW</method>
 				<ruri>$calendarpath2:/</ruri>
 				<verify>
@@ -411,7 +411,7 @@
 		</test>
 		<test name='11'>
 			<description>PodB data changed</description>
-			<request host2='yes' user="$puserid1:" pswd="$ppswd1:">
+			<request host2='yes' user="$puserid1:" pswd="$ppswd1:" wait-for-success="yes">
 				<method>GETNEW</method>
 				<ruri>$pcalendarpath1:/</ruri>
 				<verify>
@@ -489,7 +489,7 @@
 		</test>
 		<test name='17'>
 			<description>PodA data changed</description>
-			<request host2='yes' user="$userid2:" pswd="$pswd2:">
+			<request host2='yes' user="$userid2:" pswd="$pswd2:" wait-for-success="yes">
 				<method>GETNEW</method>
 				<ruri>$calendarpath2:/</ruri>
 				<verify>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20141017/a6653a5f/attachment.html>


More information about the calendarserver-changes mailing list