diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-03 04:42:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-03 04:42:36 +0800 |
commit | 8a90676ef1a46d040c4d334b9c1f7522167814a7 (patch) | |
tree | 65cd219381290b89af8ff0477d9311cb6c550e59 | |
parent | a66dcf2c036c9760e9b6daddccd55077be0b052b (diff) | |
download | gsoc2013-epiphany-8a90676ef1a46d040c4d334b9c1f7522167814a7.tar gsoc2013-epiphany-8a90676ef1a46d040c4d334b9c1f7522167814a7.tar.gz gsoc2013-epiphany-8a90676ef1a46d040c4d334b9c1f7522167814a7.tar.bz2 gsoc2013-epiphany-8a90676ef1a46d040c4d334b9c1f7522167814a7.tar.lz gsoc2013-epiphany-8a90676ef1a46d040c4d334b9c1f7522167814a7.tar.xz gsoc2013-epiphany-8a90676ef1a46d040c4d334b9c1f7522167814a7.tar.zst gsoc2013-epiphany-8a90676ef1a46d040c4d334b9c1f7522167814a7.zip |
tests: the new homepage is about:overview, not about:blank
-rw-r--r-- | 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 55454b25c..927cf8444 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 |