[next] telepathy-glib: text-channel unit test: no need to prepare TP_CHANNEL_FEATURE_CONTACTS
Xavier Claessens
xclaesse at kemper.freedesktop.org
Thu May 10 07:14:05 PDT 2012
Module: telepathy-glib
Branch: next
Commit: f2f79c6d7cce950e09ad07af029f31b75a3025e5
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=f2f79c6d7cce950e09ad07af029f31b75a3025e5
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Wed May 9 22:32:10 2012 +0200
text-channel unit test: no need to prepare TP_CHANNEL_FEATURE_CONTACTS
We are using only channel's self/target contacts which are prepared
as part of CORE now
https://bugs.freedesktop.org/show_bug.cgi?id=49371
---
tests/dbus/text-channel.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/tests/dbus/text-channel.c b/tests/dbus/text-channel.c
index fca7795..91a65a4 100644
--- a/tests/dbus/text-channel.c
+++ b/tests/dbus/text-channel.c
@@ -997,7 +997,6 @@ test_chat_state (Test *test,
gconstpointer data G_GNUC_UNUSED)
{
GQuark features[] = {
- TP_CHANNEL_FEATURE_CONTACTS,
TP_TEXT_CHANNEL_FEATURE_CHAT_STATES,
0 };
TpContact *contact;
More information about the telepathy-commits
mailing list