telepathy-gabble: jingle/payload-types: remove obsolete FIXME

Will Thompson wjt at kemper.freedesktop.org
Thu Dec 6 04:46:05 PST 2012


Module: telepathy-gabble
Branch: master
Commit: 7cdccfed7508e5a915dcd62f8936393e67884b56
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=7cdccfed7508e5a915dcd62f8936393e67884b56

Author: Will Thompson <will.thompson at collabora.co.uk>
Date:   Mon Nov 26 08:56:05 2012 +0000

jingle/payload-types: remove obsolete FIXME

---

 tests/twisted/jingle/payload-types.py |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/tests/twisted/jingle/payload-types.py b/tests/twisted/jingle/payload-types.py
index 10cb837..a2b31fb 100644
--- a/tests/twisted/jingle/payload-types.py
+++ b/tests/twisted/jingle/payload-types.py
@@ -43,17 +43,6 @@ def test(q, bus, conn, stream):
     media_iface = make_channel_proxy(conn, path, 'Channel.Type.StreamedMedia')
     group_iface = make_channel_proxy(conn, path, 'Channel.Interface.Group')
 
-    # FIXME: Hack to make sure the disco info has been processed - we need to
-    # send Gabble some XML that will cause an event when processed, and
-    # wait for that event (until
-    # https://bugs.freedesktop.org/show_bug.cgi?id=15769 is fixed)
-    el = domish.Element(('jabber:client', 'presence'))
-    el['from'] = 'bob at example.com/Bar'
-    stream.send(el.toXml())
-    q.expect('dbus-signal', signal='PresencesChanged')
-    # OK, now we can continue. End of hack
-
-
     # Test that codec parameters are correctly sent in <parameter> children of
     # <payload-type> rather than as attributes of the latter.
 



More information about the telepathy-commits mailing list