mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 17:28:52 +00:00
Monotone-Parent: c812fb58ff32ddf15bcafe1527b4871905de1415
Monotone-Revision: 9475f39d99549bfa74e7f88be7e54d9650beb0d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:25:47
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user