# HG changeset patch # User Paul Boddie # Date 1444058394 -7200 # Node ID c9ec64bc5f7957beefa28d603765ea5d284afa2e # Parent 81fc5a20637e26e4895c47580362502a4ad905eb Make sure that SENT-BY is set to match the sender address. diff -r 81fc5a20637e -r c9ec64bc5f79 tests/test_handle.py --- a/tests/test_handle.py Mon Oct 05 16:10:10 2015 +0200 +++ b/tests/test_handle.py Mon Oct 05 17:19:54 2015 +0200 @@ -76,6 +76,7 @@ organiser = get_address(self.obj.get_value("ORGANIZER")) + self.update_sender(attendee_attr) self.obj["ATTENDEE"] = [(self.user, attendee_attr)] self.update_dtstamp() self.set_sequence(False)