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

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 1 08:27:18 PDT 2011


Revision: 7701
          http://trac.macosforge.org/projects/calendarserver/changeset/7701
Author:   exarkun at twistedmatrix.com
Date:     2011-07-01 08:27:17 -0700 (Fri, 01 Jul 2011)
Log Message:
-----------
Remove unused local

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	2011-07-01 03:15:59 UTC (rev 7700)
+++ CalendarServer/trunk/contrib/performance/loadtest/test_ical.py	2011-07-01 15:27:17 UTC (rev 7701)
@@ -933,7 +933,7 @@
         L{SnowLeopard._extractCalendars} finds it and records it.
         """
         home = "/calendars/__uids__/user01/"
-        calendars = self.client._extractCalendars(
+        self.client._extractCalendars(
             CALENDAR_HOME_PROPFIND_RESPONSE_WITH_XMPP, home)
         self.assertEqual({
                 home: XMPPPush(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110701/1f8f66ca/attachment.html>


More information about the calendarserver-changes mailing list