[telepathy-gabble/telepathy-gabble-0.8] pass bus, not stream, into sync_dbus() call
Dafydd Harries
dafydd.harries at collabora.co.uk
Fri Aug 28 10:05:15 PDT 2009
---
tests/twisted/muc/name-conflict.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/muc/name-conflict.py b/tests/twisted/muc/name-conflict.py
index f3cd9df..0b6ee35 100644
--- a/tests/twisted/muc/name-conflict.py
+++ b/tests/twisted/muc/name-conflict.py
@@ -79,7 +79,7 @@ def test_join(q, bus, conn, stream, room_jid, transient_conflict):
# think that it's got the whole userlist now. If so, syncing here will make
# CreateChannel incorrectly return here.
sync_stream(q, stream)
- sync_dbus(stream, q, conn)
+ sync_dbus(bus, q, conn)
# Send presence for own membership of room.
stream.send(make_muc_presence('none', 'participant', room_jid, 'test_'))
--
1.5.6.5
More information about the telepathy-commits
mailing list