summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-09 22:32:10 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-05-10 15:57:37 +0200
commitf2f79c6d7cce950e09ad07af029f31b75a3025e5 (patch)
tree72a2ab8bab0ee6ebd8a95be04bf682c6e94f590b
parent52ffc542669414ebd55445a7acfe200240535e9d (diff)
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
-rw-r--r--tests/dbus/text-channel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/dbus/text-channel.c b/tests/dbus/text-channel.c
index fca77954e..91a65a4ca 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;