summaryrefslogtreecommitdiff
path: root/tests/searchaction.vala
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2012-11-20 01:35:07 +0100
committerChristian Dywan <christian@twotoasts.de>2012-11-20 01:35:07 +0100
commit281bee04b87fa6364c6b1958a225cd618e271468 (patch)
treeae4d56808a312642bbcda6f5dc108ddd88dba2d2 /tests/searchaction.vala
parentab2dcb525e4e951753412148fbccaed2d0c84633 (diff)
downloadmidori-281bee04b87fa6364c6b1958a225cd618e271468.tar.gz
Setup Midori.App in all unit tests
This is needed to ensure stdout goes to console.
Diffstat (limited to 'tests/searchaction.vala')
-rw-r--r--tests/searchaction.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/searchaction.vala b/tests/searchaction.vala
index 60dc81a0..eab9843c 100644
--- a/tests/searchaction.vala
+++ b/tests/searchaction.vala
@@ -40,6 +40,7 @@ void searchaction_form () {
void main (string[] args) {
Test.init (ref args);
+ Midori.App.setup (ref args, null);
Test.add_func ("/searchaction/form", searchaction_form);
Test.run ();
}