mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Fixed test
This commit is contained in:
@@ -683,12 +683,12 @@ class DAVCalendarAclTest(DAVAclTest):
|
||||
if right == "r":
|
||||
exp_event = event_template % {"class": icsClass,
|
||||
"filename": filename,
|
||||
"organizer_line": "ORGANIZER:mailto:nobody@somewhere.com\n",
|
||||
"organizer_line": "ORGANIZER;CN=nobody@somewhere.com:mailto:nobody@somewhere.com\n",
|
||||
"attendee_line": att_line}
|
||||
else:
|
||||
exp_event = event_template % {"class": icsClass,
|
||||
"filename": filename,
|
||||
"organizer_line": "ORGANIZER:mailto:someone@nowhere.com\n",
|
||||
"organizer_line": "ORGANIZER;CN=someone@nowhere.com:mailto:someone@nowhere.com\n",
|
||||
"attendee_line": att_line}
|
||||
event = self._getEvent(event_class, True)
|
||||
ics_diff = utilities.ics_compare(exp_event, event)
|
||||
|
||||
Reference in New Issue
Block a user