aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-web-view-test.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-10-08 22:51:15 +0800
committerXan Lopez <xan@igalia.com>2012-10-08 22:51:15 +0800
commit3834a5ed9e2dacfed1c716460ddcde2677e7c5bf (patch)
tree3d8d74855d98a69b5d3f0c8c0c905a5c17640143 /tests/ephy-web-view-test.c
parent46eafefa8d3e02e634edb287dfe9763398954626 (diff)
downloadgsoc2013-epiphany-3834a5ed9e2dacfed1c716460ddcde2677e7c5bf.tar
gsoc2013-epiphany-3834a5ed9e2dacfed1c716460ddcde2677e7c5bf.tar.gz
gsoc2013-epiphany-3834a5ed9e2dacfed1c716460ddcde2677e7c5bf.tar.bz2
gsoc2013-epiphany-3834a5ed9e2dacfed1c716460ddcde2677e7c5bf.tar.lz
gsoc2013-epiphany-3834a5ed9e2dacfed1c716460ddcde2677e7c5bf.tar.xz
gsoc2013-epiphany-3834a5ed9e2dacfed1c716460ddcde2677e7c5bf.tar.zst
gsoc2013-epiphany-3834a5ed9e2dacfed1c716460ddcde2677e7c5bf.zip
Run all tests in test mode
That's what it's for!
Diffstat (limited to 'tests/ephy-web-view-test.c')
-rw-r--r--tests/ephy-web-view-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 29739b1ae..294a8657c 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -450,7 +450,7 @@ main (int argc, char *argv[])
return -1;
}
- _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE);
+ _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_TEST);
server = soup_server_new (SOUP_SERVER_PORT, SERVER_PORT, NULL);
soup_server_add_handler (server, NULL, server_callback, NULL, NULL);