[CalendarServer-changes] [15358] CalendarServer/trunk/contrib/performance/loadtest/test_ical.py

source_changes at macosforge.org source_changes at macosforge.org
Thu Dec 3 06:53:37 PST 2015


Revision: 15358
          http://trac.calendarserver.org//changeset/15358
Author:   cdaboo at apple.com
Date:     2015-12-03 06:53:37 -0800 (Thu, 03 Dec 2015)
Log Message:
-----------
Fix tests.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/performance/loadtest/test_ical.py

Modified: CalendarServer/trunk/contrib/performance/loadtest/test_ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/test_ical.py	2015-12-02 21:38:47 UTC (rev 15357)
+++ CalendarServer/trunk/contrib/performance/loadtest/test_ical.py	2015-12-03 14:53:37 UTC (rev 15358)
@@ -1170,7 +1170,9 @@
         os.mkdir(serializePath)
         self.client = OS_X_10_11(
             None,
-            "http://127.0.0.1",
+            {
+                "uri": "http://127.0.0.1",
+            },
             "/principals/users/%s/",
             serializePath,
             self.record,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151203/eeacfa39/attachment-0001.html>


More information about the calendarserver-changes mailing list