From 3bd64092ae3eda7320f245df5ba7aa6269772aab Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 18 Jan 2010 11:25:32 +0000 Subject: [PATCH] Monotone-Parent: 20f87ad7753aed3dbea978ee625c7774e5d2e3d8 Monotone-Revision: d4ae79e2dc00eec1dd763ab6509e41b4ec5a709a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-18T11:25:32 Monotone-Branch: ca.inverse.sogo --- Tests/test-ical.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/test-ical.py b/Tests/test-ical.py index 29401f06b..446a43c77 100755 --- a/Tests/test-ical.py +++ b/Tests/test-ical.py @@ -86,6 +86,7 @@ class iCalTest(unittest.TestCase): return members def testCalendarProxy(self): + """calendar-proxy as used from iCal""" self._setMemberSet(username, [], "read") self._setMemberSet(username, [], "write") self._setMemberSet(subscriber_username, [], "read")