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

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 14 15:45:19 PDT 2011


Revision: 7799
          http://trac.macosforge.org/projects/calendarserver/changeset/7799
Author:   exarkun at twistedmatrix.com
Date:     2011-07-14 15:45:17 -0700 (Thu, 14 Jul 2011)
Log Message:
-----------
A whole ago, _parsePROPFINDResponse became _parseMultiStatus

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-14 21:13:46 UTC (rev 7798)
+++ CalendarServer/trunk/contrib/performance/loadtest/test_ical.py	2011-07-14 22:45:17 UTC (rev 7799)
@@ -861,7 +861,7 @@
         I{/principals/__uids__/<uid>/} and returns a C{PropFindResult}
         representing the data from it.
         """
-        principals = self.client._parsePROPFINDResponse(PRINCIPAL_PROPFIND_RESPONSE)
+        principals = self.client._parseMultiStatus(PRINCIPAL_PROPFIND_RESPONSE)
         principal = principals['/principals/__uids__/user01/']
         self.assertEquals(
             principal.getHrefProperties(),
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110714/d912d04c/attachment-0001.html>


More information about the calendarserver-changes mailing list