[epiphany/wip/bookmarks: 49/76] Update ephy-completion-model-test



commit 9ed3536ac7d2ae609f362bab0e98cf45aba2c4fe
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Sep 22 19:56:41 2016 -0500

    Update ephy-completion-model-test

 tests/ephy-completion-model-test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tests/ephy-completion-model-test.c b/tests/ephy-completion-model-test.c
index f00653e..af4c241 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);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]