[CalendarServer-changes] [13006] CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools /test/test_principals.py

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 26 19:03:54 PDT 2014


Revision: 13006
          http://trac.calendarserver.org//changeset/13006
Author:   sagen at apple.com
Date:     2014-03-26 19:03:54 -0700 (Wed, 26 Mar 2014)
Log Message:
-----------
Locations and resources default to automatic auto-schedule

Modified Paths:
--------------
    CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/test/test_principals.py

Modified: CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/test/test_principals.py
===================================================================
--- CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/test/test_principals.py	2014-03-27 01:41:11 UTC (rev 13005)
+++ CalendarServer/branches/users/sagen/move2who-4/calendarserver/tools/test/test_principals.py	2014-03-27 02:03:54 UTC (rev 13006)
@@ -160,7 +160,7 @@
         )
         self.assertTrue(
             results.startswith(
-                'Auto-schedule mode for "New Resource" newresourceuid (resource) newresource is Default'
+                'Auto-schedule mode for "New Resource" newresourceuid (resource) newresource is accept if free, decline if busy'
             )
         )
 
@@ -262,7 +262,7 @@
             "--get-auto-schedule-mode", "locations:location01"
         )
         self.assertTrue(
-            results.startswith('Auto-schedule mode for "Room 01" location01 (location) location01 is Default')
+            results.startswith('Auto-schedule mode for "Room 01" location01 (location) location01 is accept if free, decline if busy')
         )
 
         results = yield self.runCommand(
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20140326/28297dd3/attachment.html>


More information about the calendarserver-changes mailing list