summaryrefslogtreecommitdiff
path: root/tests/lib/telepathy/contactlist/backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/telepathy/contactlist/backend.c')
-rw-r--r--tests/lib/telepathy/contactlist/backend.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/tests/lib/telepathy/contactlist/backend.c b/tests/lib/telepathy/contactlist/backend.c
index 8d12c05..9c7a2e0 100644
--- a/tests/lib/telepathy/contactlist/backend.c
+++ b/tests/lib/telepathy/contactlist/backend.c
@@ -136,9 +136,18 @@ _log_should_suppress (const char *domain,
GLogLevelFlags flags,
const char *message)
{
- /* Ignore the error caused by not running the logger */
- return g_str_has_suffix (message,
+ gboolean suppress = FALSE;
+
+ /* Ignore the error caused by not running the logger through dbus-glib */
+ suppress |= g_str_has_suffix (message,
+ "The name org.freedesktop.Telepathy.Logger was not provided by any "
+ ".service files");
+
+ /* And again for GDBus */
+ suppress |= g_str_has_suffix (message,
"Lost connection to the telepathy-logger service.");
+
+ return suppress;
}
static void