From 8a90676ef1a46d040c4d334b9c1f7522167814a7 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 2 Sep 2012 22:42:06 +0200 Subject: tests: the new homepage is about:overview, not about:blank --- tests/ephy-session-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ephy-session-test.c') 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 -- cgit v1.2.3