[Telepathy-commits] [telepathy-gabble/master] Remove an apparently unnecessary vcard iq ack

Will Thompson will.thompson at collabora.co.uk
Tue Feb 3 03:36:38 PST 2009


---
 tests/twisted/tubes/offer-private-dbus-tube-ibb.py |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/tests/twisted/tubes/offer-private-dbus-tube-ibb.py b/tests/twisted/tubes/offer-private-dbus-tube-ibb.py
index 79e381f..10ccab4 100644
--- a/tests/twisted/tubes/offer-private-dbus-tube-ibb.py
+++ b/tests/twisted/tubes/offer-private-dbus-tube-ibb.py
@@ -51,12 +51,7 @@ def make_caps_disco_reply(stream, req, features):
 def test(q, bus, conn, stream):
     conn.Connect()
 
-    _, iq_event = q.expect_many(
-        EventPattern('dbus-signal', signal='StatusChanged', args=[0, 1]),
-        EventPattern('stream-iq', to=None, query_ns='vcard-temp',
-            query_name='vCard'))
-
-    acknowledge_iq(stream, iq_event.stanza)
+    q.expect('dbus-signal', signal='StatusChanged', args=[0, 1])
 
     self_handle = conn.GetSelfHandle()
     alice_handle = conn.RequestHandles(HT_CONTACT, ["alice at localhost"])[0]
-- 
1.5.6.5




More information about the telepathy-commits mailing list