[CalendarServer-changes] [7706] CalendarServer/trunk/contrib/performance/loadtest/ical.py

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 5 09:28:02 PDT 2011


Revision: 7706
          http://trac.macosforge.org/projects/calendarserver/changeset/7706
Author:   exarkun at twistedmatrix.com
Date:     2011-07-05 09:28:01 -0700 (Tue, 05 Jul 2011)
Log Message:
-----------
Update simple test program to reflect the proper new signature of SnowLeopard initializer

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

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-07-05 16:15:15 UTC (rev 7705)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-07-05 16:28:01 UTC (rev 7706)
@@ -812,7 +812,7 @@
 
     addObserver(RequestLogger().observe)
 
-    client = SnowLeopard(reactor, '127.0.0.1', 8008, 'user01', auth)
+    client = SnowLeopard(reactor, 'http://127.0.0.1:8008/', 'user01', auth)
     d = client.run()
     d.addErrback(err, "Snow Leopard client run() problem")
     d.addCallback(lambda ignored: reactor.stop())
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110705/ce6a5377/attachment.html>


More information about the calendarserver-changes mailing list