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

source_changes at macosforge.org source_changes at macosforge.org
Fri Aug 26 07:23:05 PDT 2011


Revision: 8025
          http://trac.macosforge.org/projects/calendarserver/changeset/8025
Author:   cdaboo at apple.com
Date:     2011-08-26 07:23:04 -0700 (Fri, 26 Aug 2011)
Log Message:
-----------
Fix pycalendar change issues.

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-08-26 14:09:25 UTC (rev 8024)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-08-26 14:23:04 UTC (rev 8025)
@@ -704,7 +704,7 @@
                 Headers({
                         'content-type': ['text/calendar'],
                         'if-match': [event.etag]}),
-                StringProducer(vevent.serialize()))
+                StringProducer(vevent.getTextWithTimezones(includeTimezones=True)))
             return d
         d.addCallback(availability)
         # Finally, re-retrieve the event to update the etag
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110826/b6bea915/attachment.html>


More information about the calendarserver-changes mailing list