Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/repository/gitestrepo.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/repository/gitestrepo.c')
-rw-r--r--tests/repository/gitestrepo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/repository/gitestrepo.c b/tests/repository/gitestrepo.c
index 007ce02..0e67467 100644
--- a/tests/repository/gitestrepo.c
+++ b/tests/repository/gitestrepo.c
@@ -70,5 +70,8 @@ main(int argc, char **argv)
test_constructor_return_type (info);
+ info = g_irepository_find_by_name (repo, "Gio", "ThisDoesNotExist");
+ g_assert (info == NULL);
+
exit(0);
}