Monotone-Parent: c812fb58ff32ddf15bcafe1527b4871905de1415

Monotone-Revision: 9475f39d99549bfa74e7f88be7e54d9650beb0d5

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-07-13T20:25:47
maint-2.0.2
Wolfgang Sourdeau 2012-07-13 20:25:47 +00:00
parent 6a5ab405a2
commit caf58a7c4a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2012-07-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tests/Integration/test-caldav-scheduling.py
(CalDAVSchedulingTest.setUp): use the proper password for
attendee1_delegate.
2012-07-12 Jean Raby <jraby@inverse.ca>
* SoObjects/Mailer/SOGoMailForward.m (from, to, cc, reply-to):

View File

@ -115,7 +115,7 @@ class CalDAVSchedulingTest(unittest.TestCase):
self.attendee1_client = webdavlib.WebDAVClient(hostname, port,
attendee1_username, attendee1_password)
self.attendee1_delegate_client = webdavlib.WebDAVClient(hostname, port,
attendee1_delegate_username, attendee1_password)
attendee1_delegate_username, attendee1_delegate_password)
utility = utilities.TestUtility(self, self.client)
(self.user_name, self.user_email) = utility.fetchUserInfo(username)