diff --git a/Documentation/SOGo Installation Guide.odt b/Documentation/SOGo Installation Guide.odt index 9c6c50d3c..0271fffd7 100644 Binary files a/Documentation/SOGo Installation Guide.odt and b/Documentation/SOGo Installation Guide.odt differ diff --git a/Documentation/SOGo Mobile Devices Configuration.odt b/Documentation/SOGo Mobile Devices Configuration.odt index 7ff650d16..18bb2bf90 100644 Binary files a/Documentation/SOGo Mobile Devices Configuration.odt and b/Documentation/SOGo Mobile Devices Configuration.odt differ diff --git a/Tests/Integration/test-caldav-scheduling.py b/Tests/Integration/test-caldav-scheduling.py index bd9ffb7c6..4588770f0 100755 --- a/Tests/Integration/test-caldav-scheduling.py +++ b/Tests/Integration/test-caldav-scheduling.py @@ -473,7 +473,7 @@ class CalDAVITIPDelegationTest(unittest.TestCase): att_inv = self._getEvent(self.client, "%stest-delegation.ics" % self.attendee1_calendar, 404) del_inv = self._getEvent(self.client, - "%stest-delegation.ics" % self.attendee1_calendar, 404) + "%stest-delegation.ics" % self.attendee1_delegate_calendar, 404) if __name__ == "__main__": sogotests.runTests()