From de8de26428ed01be26e52f0e10ad892e366132a9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 9 May 2012 22:32:10 +0200 Subject: [PATCH] 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 file changed, 1 deletion(-) 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; -- 1.7.9.5