[Telepathy-commits] [telepathy-gabble/master] test-disco: don't early return so the rest of the test is actually executed

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Tue Aug 5 04:10:25 PDT 2008


20080805111025-7fe3f-5e646df68d65b91450908ec0041e5733996cabcf.gz
---
 tests/twisted/test-disco.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/test-disco.py b/tests/twisted/test-disco.py
index 7e43916..9ebf30e 100644
--- a/tests/twisted/test-disco.py
+++ b/tests/twisted/test-disco.py
@@ -16,7 +16,6 @@ def test(q, bus, conn, stream):
     m['id'] = '1'
     m.addElement(('http://jabber.org/protocol/disco#info', 'query'))
     stream.send(m)
-    return True
 
     event = q.expect('stream-iq', iq_type='result', to='foo at bar.com')
     elem = event.stanza
-- 
1.5.6.3




More information about the Telepathy-commits mailing list