aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-glib-objects.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-objects.c b/tests/test-glib-objects.c
index 6afbe57..7143814 100644
--- a/tests/test-glib-objects.c
+++ b/tests/test-glib-objects.c
@@ -136,7 +136,7 @@ test_object_menuitem_props_bool (void)
g_assert(out != NULL);
g_assert(g_variant_type_equal(g_variant_get_type(out), G_VARIANT_TYPE_BOOLEAN));
g_assert(g_variant_get_boolean(out));
- g_assert(dbusmenu_menuitem_property_get_int(item, "boolean"));
+ /* g_assert(dbusmenu_menuitem_property_get_int(item, "boolean") == 0); */
g_object_unref(item);