>From 5cc86886c3808d5a41ffc5948bdf9dc777e8a075 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 21 Jul 2010 19:00:10 +0200 Subject: Verify call in dbus glib test --- test/core/test-dbus-glib.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/core/test-dbus-glib.c b/test/core/test-dbus-glib.c index 6de156c..c6e4b00 100644 --- a/test/core/test-dbus-glib.c +++ b/test/core/test-dbus-glib.c @@ -743,6 +743,7 @@ main (int argc, char **argv) increment_received_cb, g_strdup ("moo"), g_free, G_TYPE_UINT, 42, G_TYPE_INVALID); + g_assert (call != NULL); dbus_g_connection_flush (connection); exit_timeout = g_timeout_add (5000, timed_exit, loop); g_main_loop_run (loop); -- 1.7.1.1