diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-01-10 16:45:49 -0500 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2012-01-10 16:45:49 -0500 |
commit | b495f29113a05ed4aaa57546cbb3ef3911e61c9a (patch) | |
tree | ccf1ae5e59661d106082dcc1d0ac853d2d48a983 /tests | |
parent | e7761266636df6eed39104798895ed701b00c866 (diff) |
Accept MEMBERS_CHANGED_DETAILED that the recent tp-glib base classes set
Diffstat (limited to 'tests')
-rw-r--r-- | tests/twisted/voip/outgoing-basics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/voip/outgoing-basics.py b/tests/twisted/voip/outgoing-basics.py index d840c18..c8e93bc 100644 --- a/tests/twisted/voip/outgoing-basics.py +++ b/tests/twisted/voip/outgoing-basics.py @@ -145,7 +145,7 @@ def worker(q, bus, conn, sip_proxy, variant, peer): # but we should be allowed to add the peer. chan.Group.AddMembers([remote_handle], 'I love backwards compat') - base_flags = cs.GF_PROPERTIES | cs.GF_CAN_REMOVE | cs.GF_CAN_RESCIND + base_flags = cs.GF_PROPERTIES | cs.GF_CAN_REMOVE | cs.GF_CAN_RESCIND | cs.GF_MEMBERS_CHANGED_DETAILED if variant in [REQUEST_ANONYMOUS_AND_ADD, REQUEST_ANONYMOUS, CREATE]: expected_flags = base_flags | cs.GF_CAN_ADD |