[telepathy-gabble/master] It's Handle_Type_List not _Contact_List
Will Thompson
will.thompson at collabora.co.uk
Thu May 21 04:10:33 PDT 2009
---
tests/twisted/constants.py | 2 +-
tests/twisted/gabbletest.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index d8d5e1f..fc4d8ef 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -7,7 +7,7 @@ from dbus import PROPERTIES_IFACE
HT_NONE = 0
HT_CONTACT = 1
HT_ROOM = 2
-HT_CONTACT_LIST = 3
+HT_LIST = 3
HT_GROUP = 4
CHANNEL = "org.freedesktop.Telepathy.Channel"
diff --git a/tests/twisted/gabbletest.py b/tests/twisted/gabbletest.py
index 9d4bb04..6a10145 100644
--- a/tests/twisted/gabbletest.py
+++ b/tests/twisted/gabbletest.py
@@ -515,7 +515,7 @@ def make_presence(_from, to='test at localhost', type=None, status=None, caps=None)
return presence
def expect_list_channel(q, bus, conn, name, contacts):
- return expect_contact_list_channel(q, bus, conn, cs.HT_CONTACT_LIST, name,
+ return expect_contact_list_channel(q, bus, conn, cs.HT_LIST, name,
contacts)
def expect_group_channel(q, bus, conn, name, contacts):
--
1.5.6.5
More information about the telepathy-commits
mailing list