[CalendarServer-changes] [7576] CalendarServer/trunk/calendarserver/tools

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 8 10:54:08 PDT 2011


Revision: 7576
          http://trac.macosforge.org/projects/calendarserver/changeset/7576
Author:   sagen at apple.com
Date:     2011-06-08 10:54:07 -0700 (Wed, 08 Jun 2011)
Log Message:
-----------
Fix changeip to update imip sending address

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

Modified: CalendarServer/trunk/calendarserver/tools/changeip_calendar.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/changeip_calendar.py	2011-06-08 01:07:36 UTC (rev 7575)
+++ CalendarServer/trunk/calendarserver/tools/changeip_calendar.py	2011-06-08 17:54:07 UTC (rev 7576)
@@ -103,6 +103,7 @@
         ("Notifications", "Services", "XMPPNotifier", "ServiceAddress"),
         ("Scheduling", "iMIP", "Receiving", "Server"),
         ("Scheduling", "iMIP", "Sending", "Server"),
+        ("Scheduling", "iMIP", "Sending", "Address"),
         ("ServerHostName",),
     )
 

Modified: CalendarServer/trunk/calendarserver/tools/test/test_changeip.py
===================================================================
--- CalendarServer/trunk/calendarserver/tools/test/test_changeip.py	2011-06-08 01:07:36 UTC (rev 7575)
+++ CalendarServer/trunk/calendarserver/tools/test/test_changeip.py	2011-06-08 17:54:07 UTC (rev 7576)
@@ -43,6 +43,17 @@
                     },
                 },
             },
+            "Scheduling" : {
+                "iMIP" : {
+                    "Receiving" : {
+                        "Server" : "original_hostname",
+                    },
+                    "Sending" : {
+                        "Server" : "original_hostname",
+                        "Address" : "user at original_hostname",
+                    },
+                },
+            },
         }
 
         updatePlist(plist, "10.1.1.1", "10.1.1.2", "original_hostname",
@@ -71,5 +82,16 @@
                         },
                     },
                 },
+                "Scheduling" : {
+                    "iMIP" : {
+                        "Receiving" : {
+                            "Server" : "new_hostname",
+                        },
+                        "Sending" : {
+                            "Server" : "new_hostname",
+                            "Address" : "user at new_hostname",
+                        },
+                    },
+                },
             }
         )
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20110608/bf966d10/attachment.html>


More information about the calendarserver-changes mailing list