diff options
author | Xan Lopez <xan@igalia.com> | 2012-10-08 22:51:15 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-10-08 22:51:15 +0800 |
commit | 3834a5ed9e2dacfed1c716460ddcde2677e7c5bf (patch) | |
tree | 3d8d74855d98a69b5d3f0c8c0c905a5c17640143 /tests/ephy-shell-test.c | |
parent | 46eafefa8d3e02e634edb287dfe9763398954626 (diff) | |
download | gsoc2013-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-shell-test.c')
-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 75402e6dc..4518cb2c2 100644 --- a/tests/ephy-shell-test.c +++ b/tests/ephy-shell-test.c @@ -344,7 +344,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); g_application_register (G_APPLICATION (ephy_shell), NULL, NULL); g_test_add_func ("/src/ephy-shell/basic_embeds", |