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-download-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-download-test.c')
-rw-r--r-- | tests/ephy-download-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-download-test.c b/tests/ephy-download-test.c index 303410e5b..f92c7d091 100644 --- a/tests/ephy-download-test.c +++ b/tests/ephy-download-test.c @@ -165,7 +165,7 @@ main (int argc, char *argv[]) ephy_debug_init (); ephy_embed_prefs_init (); - _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE); + _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_TEST); if (!ephy_file_helpers_init (NULL, EPHY_FILE_HELPERS_PRIVATE_PROFILE | EPHY_FILE_HELPERS_ENSURE_EXISTS, |