Delete attendee from exception and master event with 2 PUTs

Monotone-Parent: e5f291945f01977de333fd7aabf6d7109c8ec335
Monotone-Revision: d63fe31c81597a22c53b5925bcf6bca60fc0e252

Monotone-Author: jraby@inverse.ca
Monotone-Date: 2012-05-11T20:01:06
maint-2.0.2
Jean Raby 2012-05-11 20:01:06 +00:00
parent 5c83c13e04
commit eea3154fc1
1 changed files with 2 additions and 0 deletions

View File

@ -573,6 +573,8 @@ class CalDAVSchedulingTest(unittest.TestCase):
# 8. delete the attendee from the master event (uninvite)
# The event should be deleted from the attendee's calendar
del org_ev_exception.attendee
self._putEvent(self.client, "%s%s" % (self.user_calendar, ics_name),
org_ev, exp_status=204)
del org_ev_master.attendee
self._putEvent(self.client, "%s%s" % (self.user_calendar, ics_name),
org_ev, exp_status=204)