[CalendarServer-changes] [15407] CalendarServer/trunk/calendarserver/tools/test/test_config.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Dec 18 19:26:23 PST 2015


Revision: 15407
          http://trac.calendarserver.org//changeset/15407
Author:   cdaboo at apple.com
Date:     2015-12-18 19:26:23 -0800 (Fri, 18 Dec 2015)
Log Message:
-----------
Fix missing accounting category.

Modified Paths:
--------------
    CalendarServer/trunk/calendarserver/tools/test/test_config.py

Modified: CalendarServer/trunk/calendarserver/tools/test/test_config.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/test/test_config.py	2015-12-19 03:22:40 UTC (rev 15406)
+++ CalendarServer/trunk/calendarserver/tools/test/test_config.py	2015-12-19 03:26:23 UTC (rev 15407)
@@ -353,6 +353,7 @@
                 'iSchedule': False,
                 'iTIP': False,
                 'iTIP-VFREEBUSY': False,
+                'Invalid Instance': False,
                 'migration': False,
             }
         )
@@ -379,6 +380,7 @@
                 'iSchedule': False,
                 'iTIP': True,
                 'iTIP-VFREEBUSY': True,
+                'Invalid Instance': False,
                 'migration': False,
             }
         )
@@ -405,6 +407,7 @@
                 'iSchedule': False,
                 'iTIP': False,
                 'iTIP-VFREEBUSY': False,
+                'Invalid Instance': False,
                 'migration': False,
             }
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20151218/7612a0b6/attachment-0001.html>


More information about the calendarserver-changes mailing list