summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-10 15:37:38 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-16 11:51:39 -0400
commitb41d9eb6452975bc0376e042cb04e0564f6e5a3b (patch)
treeb31af181649921a82cc5b81328ea3073311be460
parentbb3997cdad2b6c13e09c2e707fb42b2f226969b7 (diff)
RemoveMembers() now takes a reason argtelepathy-gabble-0.92.2
-rw-r--r--tests/twisted/muc/test-muc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/muc/test-muc.py b/tests/twisted/muc/test-muc.py
index af25d73b7..f54be5790 100644
--- a/tests/twisted/muc/test-muc.py
+++ b/tests/twisted/muc/test-muc.py
@@ -230,7 +230,7 @@ def test(q, bus, conn, stream):
# test that leaving the channel results in an unavailable message
chan.Group.RemoveMembers([chan.Properties.Get(cs.CHANNEL_IFACE_GROUP,
- "SelfHandle")], 'booo')
+ "SelfHandle")], 'booo', cs.GC_REASON_NONE)
event = q.expect('stream-presence', to='chat@conf.localhost/test')
elem = event.stanza