aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-loader.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-loader.c b/tests/test-loader.c
index 0ea3224..6f9d25b 100644
--- a/tests/test-loader.c
+++ b/tests/test-loader.c
@@ -241,6 +241,7 @@ test_loader_filename_dummy_simple_location (void)
g_assert(indicator_object_get_location(object, (IndicatorObjectEntry *)entries->data) == 0);
g_assert(indicator_object_get_location(object, NULL) == 0);
+ g_assert(((IndicatorObjectEntry *)entries->data)->parent_object != NULL);
g_object_unref(object);