diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-03 05:01:15 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-03 05:01:15 +0800 |
commit | 1a7cc74fffb2631b8bee4192cfac4ecf1b37830f (patch) | |
tree | ebf006cb62b094e691e05743d82f73107d493325 | |
parent | 4c45d09f5bc585147ef8013ac6570b12bbb372e0 (diff) | |
download | gsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.tar.gz gsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.tar.zst gsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.zip |
tests: homepage is overview now
This fixes one test, there's another one broken in this file.
-rw-r--r-- | tests/ephy-shell-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |