summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-10-27 14:04:32 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-10-27 14:04:32 +0100
commit90c913eb7879949d9f931bb1d2f4818f35bef749 (patch)
tree386ebfe7033f2b93ee24f23a5bb3a2fb20b6d65e /tests
parent63a8ec4e6da877a7189d31b42a0cb605f0f51f84 (diff)
downloadtelepathy-salut-90c913eb7879949d9f931bb1d2f4818f35bef749.tar.gz
saluttest: stop ensuring the known list; it's not available or used
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/saluttest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py
index 0440318a..e353c266 100644
--- a/tests/twisted/saluttest.py
+++ b/tests/twisted/saluttest.py
@@ -203,12 +203,6 @@ def wait_for_contact_list(q, conn):
cs.TARGET_HANDLE_TYPE: cs.HT_LIST,
cs.TARGET_ID: 'subscribe'})
q.expect('dbus-signal', signal='NewChannel')
- # known
- requestotron.EnsureChannel({
- cs.CHANNEL_TYPE: cs.CHANNEL_TYPE_CONTACT_LIST,
- cs.TARGET_HANDLE_TYPE: cs.HT_LIST,
- cs.TARGET_ID: 'known'})
- q.expect('dbus-signal', signal='NewChannel')
def wait_for_contact_in_publish(q, bus, conn, contact_name):
publish_handle = conn.RequestHandles(cs.HT_LIST, ["publish"])[0]