telepathy-gabble: jingle/test-wait-for-caps-incomplete: unskip half the test

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


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

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

jingle/test-wait-for-caps-incomplete: unskip half the test

The connection doesn't seem to leak any more. I added this in 07822b272
because <https://bugs.freedesktop.org/show_bug.cgi?id=29790>. I haven't
investigated fully, but the test passes, sooooo... :)

---

 .../jingle/test-wait-for-caps-incomplete.py        |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/jingle/test-wait-for-caps-incomplete.py b/tests/twisted/jingle/test-wait-for-caps-incomplete.py
index ba9876c..389190e 100644
--- a/tests/twisted/jingle/test-wait-for-caps-incomplete.py
+++ b/tests/twisted/jingle/test-wait-for-caps-incomplete.py
@@ -69,8 +69,5 @@ def test(q, bus, conn, stream, channel_type):
 if __name__ == '__main__':
     exec_test(partial(test, channel_type=cs.CHANNEL_TYPE_STREAMED_MEDIA),
         timeout=10)
-    print "FIXME: leaks connection, everyone dies"
-    raise SystemExit(77)
     exec_test(partial(test, channel_type=cs.CHANNEL_TYPE_CALL),
         timeout=10)
-



More information about the telepathy-commits mailing list