diff options
Run all tests in test mode
That's what it's for!
Diffstat (limited to 'tests/ephy-completion-model-test.c')
-rw-r--r-- | tests/ephy-completion-model-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-completion-model-test.c b/tests/ephy-completion-model-test.c index 06c222e64..d02377d5f 100644 --- a/tests/ephy-completion-model-test.c +++ b/tests/ephy-completion-model-test.c @@ -87,7 +87,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_test_add_func ("/src/ephy-completion-model/create", test_ephy_completion_model_create); |