summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-22 19:56:41 -0500
committerIulian Radu <iulian.radu67@gmail.com>2016-09-28 16:15:13 +0300
commit9ed3536ac7d2ae609f362bab0e98cf45aba2c4fe (patch)
treec6aca6b0a442310c8c41358dd5521f8eadc019d6
parent86e6aa1f232fcbeeaacce4afd2bf7f27e42993bc (diff)
downloadepiphany-9ed3536ac7d2ae609f362bab0e98cf45aba2c4fe.tar.gz
Update ephy-completion-model-test
-rw-r--r--tests/ephy-completion-model-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ephy-completion-model-test.c b/tests/ephy-completion-model-test.c
index f00653e3e..af4c24132 100644
--- a/tests/ephy-completion-model-test.c
+++ b/tests/ephy-completion-model-test.c
@@ -30,7 +30,7 @@ test_ephy_completion_model_create (void)
{
EphyCompletionModel *model;
model = ephy_completion_model_new (EPHY_HISTORY_SERVICE (ephy_embed_shell_get_global_history_service (ephy_embed_shell_get_default ())),
- ephy_shell_get_bookmarks (ephy_shell_get_default ()));
+ ephy_shell_get_bookmarks_manager (ephy_shell_get_default ()));
g_assert (model);
g_object_unref (model);
}
@@ -56,7 +56,7 @@ test_ephy_completion_model_update_empty (void)
GMainLoop *loop = NULL;
model = ephy_completion_model_new (EPHY_HISTORY_SERVICE (ephy_embed_shell_get_global_history_service (ephy_embed_shell_get_default ())),
- ephy_shell_get_bookmarks (ephy_shell_get_default ()));
+ ephy_shell_get_bookmarks_manager (ephy_shell_get_default ()));
g_assert (model);
loop = g_main_loop_new (NULL, FALSE);