[Telepathy-commits] [telepathy-salut/master] test-two-muc-stream-tubes.py: no need to use an async call when requesting the tube
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Wed Mar 11 09:15:28 PDT 2009
---
tests/twisted/avahi/test-two-muc-stream-tubes.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/avahi/test-two-muc-stream-tubes.py b/tests/twisted/avahi/test-two-muc-stream-tubes.py
index c33e5b1..caa1d6a 100644
--- a/tests/twisted/avahi/test-two-muc-stream-tubes.py
+++ b/tests/twisted/avahi/test-two-muc-stream-tubes.py
@@ -280,7 +280,7 @@ def test(q, bus, conn):
# request a stream tube channel (new API)
requestotron = dbus.Interface(conn, CONN_IFACE_REQUESTS)
- call_async(q, requestotron, 'CreateChannel', {
+ requestotron.CreateChannel({
CHANNEL_TYPE: CHANNEL_TYPE_STREAM_TUBE,
TARGET_HANDLE_TYPE: HT_ROOM,
TARGET_ID: muc2_name,
--
1.5.6.5
More information about the telepathy-commits
mailing list