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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 7 02:56:03 PDT 2011


Revision: 7729
          http://trac.macosforge.org/projects/calendarserver/changeset/7729
Author:   glyph at apple.com
Date:     2011-07-07 02:56:02 -0700 (Thu, 07 Jul 2011)
Log Message:
-----------
pacify pyflakes

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-07 09:45:15 UTC (rev 7728)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-07-07 09:56:02 UTC (rev 7729)
@@ -557,7 +557,7 @@
 
         service, stuff = params.uri.split('?')
         service = service.split(':', 1)[1]
-        node = stuff.split('=', 1)[1]
+        #node = stuff.split('=', 1)[1]
 
         # XXX What is the domain of the 2nd argument supposed to be?  The
         # hostname we use to connect, or the same as the email address in the
@@ -878,8 +878,8 @@
 
     client = SnowLeopard(
         reactor, 'http://127.0.0.1:8008/', 
-        _DirectoryRecord(
-            u'user01', u'user01', u'User 01', u'user01 at example.org'),
+        #_DirectoryRecord(
+        #    u'user01', u'user01', u'User 01', u'user01 at example.org'),
         auth)
     d = client.run()
     d.addErrback(err, "Snow Leopard client run() problem")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110707/f96535ee/attachment.html>


More information about the calendarserver-changes mailing list