Updated the guides and a test case.

Monotone-Parent: 42e59dbc23477959abe04e59a1ccd7784fc744d2
Monotone-Revision: 492a3784d02d332311ae9c0dbe7e41f5f645bd89

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-08-12T18:04:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-08-12 18:04:27 +00:00
parent 92de1e1484
commit 0d409a18e6
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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()