[CalendarServer-changes] [11749] PyCalendar/branches/json-2/src/pycalendar/icalendar

source_changes at macosforge.org source_changes at macosforge.org
Mon Sep 23 06:18:02 PDT 2013


Revision: 11749
          http://trac.calendarserver.org//changeset/11749
Author:   cdaboo at apple.com
Date:     2013-09-23 06:18:02 -0700 (Mon, 23 Sep 2013)
Log Message:
-----------
JSON multi-value property fix.

Modified Paths:
--------------
    PyCalendar/branches/json-2/src/pycalendar/icalendar/property.py
    PyCalendar/branches/json-2/src/pycalendar/icalendar/tests/test_json.py

Modified: PyCalendar/branches/json-2/src/pycalendar/icalendar/property.py
===================================================================
--- PyCalendar/branches/json-2/src/pycalendar/icalendar/property.py	2013-09-23 10:20:22 UTC (rev 11748)
+++ PyCalendar/branches/json-2/src/pycalendar/icalendar/property.py	2013-09-23 13:18:02 UTC (rev 11749)
@@ -168,6 +168,7 @@
         definitions.cICalProperty_FREEBUSY,
         definitions.cICalProperty_EXDATE,
         definitions.cICalProperty_RDATE,
+        definitions.cICalProperty_POLL_PROPERTIES,
     ))
 
     sSpecialVariants = {

Modified: PyCalendar/branches/json-2/src/pycalendar/icalendar/tests/test_json.py
===================================================================
--- PyCalendar/branches/json-2/src/pycalendar/icalendar/tests/test_json.py	2013-09-23 10:20:22 UTC (rev 11748)
+++ PyCalendar/branches/json-2/src/pycalendar/icalendar/tests/test_json.py	2013-09-23 13:18:02 UTC (rev 11749)
@@ -655,6 +655,7 @@
         ["x-test", {}, "text", "Some:, text."],
         ["x-apple-structured-location", {}, "uri", "geo:123.123,123.123"],
         ["rrule", {}, "recur", {"freq":"MONTHLY", "until": "2013-01-01T00:00:00Z"}],
+        ["categories", {}, "text", "A", "B"],
 
         # Various parameters
         ["dtstart", {"tzid": "Somewhere, else"}, "date-time", "2006-02-26T12:00:00"],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20130923/9e802b6d/attachment.html>


More information about the calendarserver-changes mailing list