Browse Source

Update test to reflect pEpEngine fcb7bade5c5f : 'KeySync: Send GroupUpdate immediately after receiving GroupKeys when joining a group. This is intended to spread key that did lose the election to the group, without waiting for CannotDecrypt'

PYADPT-55
Edouard Tisserant 9 years ago
parent
commit
acb5102f5f
  1. 2
      test/mp_sync_test.py

2
test/mp_sync_test.py

@ -123,7 +123,7 @@ def nokey_in_a_group_of_3_members():
("GroupA1", [create_account, ["second@group.a", "GroupA Second"]]),
(flush_all_mails,),
("GroupA1", [decrypt_message, [enc_msg]], expect(pEp.PEP_rating.PEP_rating_have_no_key)),
(cycle_until_no_change, ["GroupA1", "GroupA2", "GroupA3"], expect(3)),
(cycle_until_no_change, ["GroupA1", "GroupA2", "GroupA3"], expect(2)),
("GroupA1", [decrypt_message, [enc_msg]], expect(pEp.PEP_rating.PEP_rating_reliable)),
("GroupA2", [create_account, ["second@group.a", "GroupA Second"]]),
("GroupA2", [decrypt_message, [enc_msg]], expect(pEp.PEP_rating.PEP_rating_reliable)),

Loading…
Cancel
Save