[Telepathy-commits] [telepathy-salut/master] caps_helper: wrap big line

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Thu Feb 26 11:20:27 PST 2009


---
 tests/twisted/avahi/caps_helper.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/tests/twisted/avahi/caps_helper.py b/tests/twisted/avahi/caps_helper.py
index 251bac9..d142caa 100644
--- a/tests/twisted/avahi/caps_helper.py
+++ b/tests/twisted/avahi/caps_helper.py
@@ -18,6 +18,8 @@ def compute_caps_hash(identities, features, dataforms):
 
 if __name__ == '__main__':
     # example from XEP-0115
-    assert compute_caps_hash(['client/pc//Exodus 0.9.1'], ["http://jabber.org/protocol/disco#info",
-        "http://jabber.org/protocol/disco#items", "http://jabber.org/protocol/muc",
-        "http://jabber.org/protocol/caps"], []) == 'QgayPKawpkPSDYmwT/WM94uAlu0='
+    assert compute_caps_hash(['client/pc//Exodus 0.9.1'],
+        ["http://jabber.org/protocol/disco#info",
+        "http://jabber.org/protocol/disco#items",
+        "http://jabber.org/protocol/muc", "http://jabber.org/protocol/caps"],
+        []) == 'QgayPKawpkPSDYmwT/WM94uAlu0='
-- 
1.5.6.5




More information about the telepathy-commits mailing list