[Telepathy-commits] [telepathy-gabble/master] test-text.py: assert that suppress_handler is False on incoming channels

Simon McVittie simon.mcvittie at collabora.co.uk
Tue Aug 19 10:53:26 PDT 2008


20080721145424-53eee-9bb212982cc0967c1cc8bf7ebcaf8b00186d648f.gz
---
 tests/twisted/text/test-text.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/text/test-text.py b/tests/twisted/text/test-text.py
index d918174..edd3ea0 100644
--- a/tests/twisted/text/test-text.py
+++ b/tests/twisted/text/test-text.py
@@ -27,6 +27,7 @@ def test(q, bus, conn, stream):
     assert event.args[2] == 1
     jid = conn.InspectHandles(1, [event.args[3]])[0]
     assert jid == 'foo at bar.com'
+    assert event.args[4] == False   # suppress handler
 
     # Exercise basic Channel Properties from spec 0.17.7
     channel_props = text_chan.GetAll(
-- 
1.5.6.3




More information about the Telepathy-commits mailing list