summaryrefslogtreecommitdiff
path: root/tests/ephy-completion-model-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ephy-completion-model-test.c')
-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);