aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-19 16:47:40 -0500
committerTed Gould <ted@gould.cx>2010-07-19 16:47:40 -0500
commit960663e01f1bb8a59e20b62892f6945868c510d3 (patch)
treeb41233fb2b4a297e165eae1c11e281c12f7a2e25 /tests
parentfe94f6d9c9e676565e73bcd7597540411901f87b (diff)
downloadlibdbusmenu-960663e01f1bb8a59e20b62892f6945868c510d3.tar.gz
libdbusmenu-960663e01f1bb8a59e20b62892f6945868c510d3.tar.bz2
libdbusmenu-960663e01f1bb8a59e20b62892f6945868c510d3.zip
Initial write of group properties, has errors though :(
Diffstat (limited to 'tests')
-rw-r--r--tests/test-glib-layout-server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-glib-layout-server.c b/tests/test-glib-layout-server.c
index 111e164..d739726 100644
--- a/tests/test-glib-layout-server.c
+++ b/tests/test-glib-layout-server.c
@@ -78,6 +78,7 @@ main (int argc, char ** argv)
GError * error = NULL;
g_type_init();
+ g_log_set_always_fatal(G_LOG_LEVEL_WARNING);
DBusGConnection * connection = dbus_g_bus_get(DBUS_BUS_SESSION, NULL);
g_debug("DBus ID: %s", dbus_connection_get_server_id(dbus_g_connection_get_connection(dbus_g_bus_get(DBUS_BUS_SESSION, NULL))));