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

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 25 11:21:28 PDT 2011


Revision: 8017
          http://trac.macosforge.org/projects/calendarserver/changeset/8017
Author:   sagen at apple.com
Date:     2011-08-25 11:21:27 -0700 (Thu, 25 Aug 2011)
Log Message:
-----------
Fixing principal url

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-25 17:58:22 UTC (rev 8016)
+++ CalendarServer/trunk/contrib/performance/loadtest/ical.py	2011-08-25 18:21:27 UTC (rev 8017)
@@ -330,7 +330,7 @@
         user and return a L{Principal} instance constructed from the
         response.
         """
-        principalURL = '/principals/__uids__/' + user + '/'
+        principalURL = '/principals/users/' + user + '/'
         d = self._request(
             MULTI_STATUS,
             'PROPFIND',
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110825/f3acedfd/attachment.html>


More information about the calendarserver-changes mailing list