summaryrefslogtreecommitdiff
path: root/tests/lib/textchan-group.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/textchan-group.c')
-rw-r--r--tests/lib/textchan-group.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/textchan-group.c b/tests/lib/textchan-group.c
index f8c1445a4..710af4daa 100644
--- a/tests/lib/textchan-group.c
+++ b/tests/lib/textchan-group.c
@@ -21,6 +21,10 @@
#include <telepathy-glib/svc-channel.h>
#include <telepathy-glib/svc-generic.h>
+/* This is for text-mixin unit tests, others should be using ExampleEcho2Channel
+ * which uses newer TpMessageMixin */
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
static void text_iface_init (gpointer iface, gpointer data);
static void password_iface_init (gpointer iface, gpointer data);
@@ -410,3 +414,5 @@ password_iface_init (gpointer iface, gpointer data)
IMPLEMENT (provide_password);
#undef IMPLEMENT
}
+
+G_GNUC_END_IGNORE_DEPRECATIONS