aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-shell-test.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-09-03 05:01:15 +0800
committerXan Lopez <xan@igalia.com>2012-09-03 05:01:15 +0800
commit1a7cc74fffb2631b8bee4192cfac4ecf1b37830f (patch)
treeebf006cb62b094e691e05743d82f73107d493325 /tests/ephy-shell-test.c
parent4c45d09f5bc585147ef8013ac6570b12bbb372e0 (diff)
downloadgsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.tar
gsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.tar.gz
gsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.tar.bz2
gsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.tar.lz
gsoc2013-epiphany-1a7cc74fffb2631b8bee4192cfac4ecf1b37830f.tar.xz
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.
Diffstat (limited to 'tests/ephy-shell-test.c')
-rw-r--r--tests/ephy-shell-test.c2
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);