[Telepathy-commits] [telepathy-gabble/master] test-muc.py: unwrap lines that used to be too long, but are now < 80 characters

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


20080701182958-53eee-4679e874888212527fdc431270a7e94ae14b94e5.gz
---
 tests/twisted/muc/test-muc.py |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/twisted/muc/test-muc.py b/tests/twisted/muc/test-muc.py
index 92d70b6..31303b7 100644
--- a/tests/twisted/muc/test-muc.py
+++ b/tests/twisted/muc/test-muc.py
@@ -59,10 +59,8 @@ def test(q, bus, conn, stream):
 
     event = q.expect('dbus-signal', signal='MembersChanged',
         args=[u'', [2, 3], [], [], [], 0, 0])
-    assert conn.InspectHandles(1, [2]) == [
-        'chat at conf.localhost/test']
-    assert conn.InspectHandles(1, [3]) == [
-        'chat at conf.localhost/bob']
+    assert conn.InspectHandles(1, [2]) == ['chat at conf.localhost/test']
+    assert conn.InspectHandles(1, [3]) == ['chat at conf.localhost/bob']
 
     event = q.expect('dbus-return', method='RequestChannel')
 
-- 
1.5.6.3




More information about the Telepathy-commits mailing list