From 0fa9dc89675b9958320606f41232e08a2094f960 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 28 Sep 2011 16:14:52 +0100 Subject: [PATCH 05/10] test-dbus-glib.c isn't GTest yet, but add bug numbers anyway Signed-off-by: Simon McVittie Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40151 --- test/core/test-dbus-glib.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/test/core/test-dbus-glib.c b/test/core/test-dbus-glib.c index 45b57db..a42ee05 100644 --- a/test/core/test-dbus-glib.c +++ b/test/core/test-dbus-glib.c @@ -323,6 +323,8 @@ test_base_class_get_all (DBusGConnection *connection, GError *error = NULL; GHashTable *hash = NULL; + /* g_test_bug (19145); */ + g_assert (expected_string_value != NULL); g_assert (object_path != NULL); @@ -412,6 +414,8 @@ test_subclass_get_all (DBusGConnection *connection, GError *error = NULL; GHashTable *hash = NULL; + /* g_test_bug (19145); */ + g_assert (object_path != NULL); /* Test GetAll with interfaces on the subclass */ -- 1.7.6.3