telepathy-rakia: Accept MEMBERS_CHANGED_DETAILED that the recent tp-glib base classes set

Olivier Crête tester at kemper.freedesktop.org
Tue May 8 10:02:58 PDT 2012


Module: telepathy-rakia
Branch: master
Commit: b495f29113a05ed4aaa57546cbb3ef3911e61c9a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=b495f29113a05ed4aaa57546cbb3ef3911e61c9a

Author: Olivier Crête <olivier.crete at collabora.com>
Date:   Tue Jan 10 16:45:49 2012 -0500

Accept MEMBERS_CHANGED_DETAILED that the recent tp-glib base classes set

---

 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



More information about the telepathy-commits mailing list