From 1a7cc74fffb2631b8bee4192cfac4ecf1b37830f Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sun, 2 Sep 2012 23:01:15 +0200 Subject: tests: homepage is overview now This fixes one test, there's another one broken in this file. --- tests/ephy-shell-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/ephy-shell-test.c') diff --git a/tests/ephy-shell-test.c b/tests/ephy-shell-test.c index 8518de115..e211c57e5 100644 --- a/tests/ephy-shell-test.c +++ b/tests/ephy-shell-test.c @@ -147,7 +147,7 @@ test_ephy_shell_tab_load () g_assert (EPHY_IS_EMBED (embed)); view = ephy_embed_get_web_view (embed); - g_assert_cmpstr (ephy_web_view_get_address (view), ==, "about:blank"); + g_assert_cmpstr (ephy_web_view_get_address (view), ==, "ephy-about:overview"); g_assert_cmpstr (ephy_web_view_get_typed_address (view), ==, NULL); g_object_ref_sink (embed); -- cgit v1.2.3