[CalendarServer-changes] [8421] CalendarServer/trunk/contrib/tools/protocolanalysis.py

source_changes at macosforge.org source_changes at macosforge.org
Sun Dec 11 09:17:15 PST 2011


Revision: 8421
          http://trac.macosforge.org/projects/calendarserver/changeset/8421
Author:   cdaboo at apple.com
Date:     2011-12-11 09:17:14 -0800 (Sun, 11 Dec 2011)
Log Message:
-----------
Minor tweaks.

Modified Paths:
--------------
    CalendarServer/trunk/contrib/tools/protocolanalysis.py

Modified: CalendarServer/trunk/contrib/tools/protocolanalysis.py
===================================================================
--- CalendarServer/trunk/contrib/tools/protocolanalysis.py	2011-12-09 17:16:33 UTC (rev 8420)
+++ CalendarServer/trunk/contrib/tools/protocolanalysis.py	2011-12-11 17:17:14 UTC (rev 8421)
@@ -587,6 +587,7 @@
             ("AddressBook/", "AddressBook"),
             ("Mail/", "Mail"),
             ("iChat/", "iChat"),
+            ("InterMapper/", "InterMapper"),
         )
         for quick, result in quickclients:
             index = self.currentLine.client.find(quick)
@@ -652,8 +653,8 @@
                     "calendar-query"                : METHOD_REPORT_CALENDAR_QUERY,
                     "addressbook-query"             : METHOD_REPORT_ADDRESSBOOK_QUERY,
                     "directory-query"               : METHOD_REPORT_DIRECTORY_QUERY,
-                    "cal-sync-collection"           : METHOD_REPORT_CALENDAR_SYNC,
-                    "adbk-sync-collection"          : METHOD_REPORT_ADDRESSBOOK_SYNC,
+                    "cal-sync"                      : METHOD_REPORT_CALENDAR_SYNC,
+                    "adbk-sync"                     : METHOD_REPORT_ADDRESSBOOK_SYNC,
                     "principal-search-property-set" : METHOD_REPORT_P_SEARCH_P_SET,
                     "principal-property-search"     : METHOD_REPORT_P_P_SEARCH,
                     "expand-property"               : METHOD_REPORT_EXPAND_P,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20111211/e64d9d5a/attachment.html>


More information about the calendarserver-changes mailing list