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

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 10 10:05:44 PST 2010


Revision: 6684
          http://trac.macosforge.org/projects/calendarserver/changeset/6684
Author:   exarkun at twistedmatrix.com
Date:     2010-12-10 10:05:39 -0800 (Fri, 10 Dec 2010)
Log Message:
-----------
Use element definitions from the modules they actually are defined in.

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

Modified: CalendarServer/trunk/contrib/performance/loadtest/ical.py
===================================================================
--- CalendarServer/trunk/contrib/performance/loadtest/ical.py	2010-12-10 18:01:49 UTC (rev 6683)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2010-12-10 18:05:39 UTC (rev 6684)
@@ -195,7 +195,7 @@
         hrefs = principal.getHrefProperties()
 
         # Do another kind of thing I guess
-        principalCollection = hrefs[caldavxml.principal_collection_set].toString()
+        principalCollection = hrefs[davxml.principal_collection_set].toString()
         print (yield self._principalsReport(principalCollection))
 
         # Whatever
@@ -203,7 +203,7 @@
         print (yield self._calendarHomePropfind(calendarHome))
 
         # Learn stuff I guess
-        notificationURL = hrefs[caldavxml.notification_URL].toString()
+        notificationURL = hrefs[csxml.notification_URL].toString()
         print (yield self._notificationPropfind(notificationURL))
 
         # More too
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20101210/83926168/attachment.html>


More information about the calendarserver-changes mailing list