[epiphany] tests: the new homepage is about:overview, not about:blank



commit 8a90676ef1a46d040c4d334b9c1f7522167814a7
Author: Xan Lopez <xan igalia com>
Date:   Sun Sep 2 22:42:06 2012 +0200

    tests: the new homepage is about:overview, not about:blank

 tests/ephy-session-test.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/ephy-session-test.c b/tests/ephy-session-test.c
index 55454b2..927cf84 100644
--- a/tests/ephy-session-test.c
+++ b/tests/ephy-session-test.c
@@ -106,7 +106,7 @@ test_ephy_session_load_empty_session ()
     g_assert (embed);
     view = ephy_embed_get_web_view (embed);
     g_assert (view);
-    g_assert_cmpstr (ephy_web_view_get_address (view), ==, "about:blank");
+    g_assert_cmpstr (ephy_web_view_get_address (view), ==, "ephy-about:overview");
 
     /* FIXME: Destroy the window. I think ideally we'd like something
      * like 'ephy_session_clear ()' to reset everything to its initial



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