[Telepathy-commits] [telepathy-gabble/master] wrap a big line

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Oct 13 09:31:51 PDT 2008


---
 tests/twisted/olpc/olpc-activity-search.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/olpc/olpc-activity-search.py b/tests/twisted/olpc/olpc-activity-search.py
index 68c78ce..674af76 100644
--- a/tests/twisted/olpc/olpc-activity-search.py
+++ b/tests/twisted/olpc/olpc-activity-search.py
@@ -534,7 +534,6 @@ def test(q, bus, conn, stream):
             'org.laptop.Telepathy.Channel.Type.ActivityView.Participants': participants,
           })
 
-
     iq_event, return_event = q.expect_many(
         EventPattern('stream-iq', to='gadget.localhost', query_ns=NS_OLPC_ACTIVITY),
         EventPattern('dbus-return', method='CreateChannel'))
@@ -558,10 +557,10 @@ def test(q, bus, conn, stream):
     props = return_event.value[1]
     view4 = bus.get_object(conn.bus_name, view_path)
 
-    assert props['org.laptop.Telepathy.Channel.Type.ActivityView.Properties'] == dbus.Dictionary({'color': '#AABBCC,#001122'}, signature='sv')
+    assert props['org.laptop.Telepathy.Channel.Type.ActivityView.Properties'] == \
+            dbus.Dictionary({'color': '#AABBCC,#001122'}, signature='sv')
     assert conn.InspectHandles(1, props['org.laptop.Telepathy.Channel.Type.ActivityView.Participants']) == \
             ["alice at localhost", "bob at localhost"]
 
-
 if __name__ == '__main__':
     exec_test(test)
-- 
1.5.6.5




More information about the Telepathy-commits mailing list