[CalendarServer-changes] [7688] CalendarServer/trunk/contrib/performance/loadtest/test_profiles.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 29 08:30:25 PDT 2011


Revision: 7688
          http://trac.macosforge.org/projects/calendarserver/changeset/7688
Author:   exarkun at twistedmatrix.com
Date:     2011-06-29 08:30:25 -0700 (Wed, 29 Jun 2011)
Log Message:
-----------
Pyflakes fix for the fake client used in the profile unit tests.

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

Modified: CalendarServer/trunk/contrib/performance/loadtest/test_profiles.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/test_profiles.py	2011-06-29 15:29:23 UTC (rev 7687)
+++ CalendarServer/trunk/contrib/performance/loadtest/test_profiles.py	2011-06-29 15:30:25 UTC (rev 7688)
@@ -208,7 +208,7 @@
 
 
     def deleteEvent(self, href):
-        event = self._events.pop(href)
+        del self._events[href]
         calendar, uid = href.rsplit('/', 1)
         del self._calendars[calendar + '/'].events[uid]
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110629/cc69d5ec/attachment-0001.html>


More information about the calendarserver-changes mailing list