[telepathy-gabble/master] double-disco.py: 'available' is not a valid presence type

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Sep 11 06:41:47 PDT 2009


---
 tests/twisted/caps/double-disco.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/twisted/caps/double-disco.py b/tests/twisted/caps/double-disco.py
index 140132e..d936700 100644
--- a/tests/twisted/caps/double-disco.py
+++ b/tests/twisted/caps/double-disco.py
@@ -12,7 +12,7 @@ def test(q, bus, conn, stream):
             args=[cs.CONN_STATUS_CONNECTED, cs.CSR_REQUESTED])
 
     contact = 'grapes at graze.box/delicious'
-    presence = make_presence(contact, type='available', status='eat me!',
+    presence = make_presence(contact, status='eat me!',
         caps={ 'node': 'oh:hai',
                'ver':  'thar',
              })
@@ -33,7 +33,7 @@ def test(q, bus, conn, stream):
 
     # If we get a presence update from this contact with some new ext=''
     # bundles, we should disco those, but not the nodes we're already querying.
-    presence = make_presence(contact, type='available', status='eat me!',
+    presence = make_presence(contact, status='eat me!',
         caps={ 'node': 'oh:hai',
                'ver':  'thar',
                'ext':  'good-sir',
-- 
1.5.6.5



More information about the telepathy-commits mailing list