~midori/midori/trunk

« back to all changes in this revision

Viewing changes to tests/searchaction.vala

  • Committer: Christian Dywan
  • Date: 2012-11-20 00:35:07 UTC
  • Revision ID: git-v1:c037a00e238fb985d3b19d5371a0cbb876026615
Setup Midori.App in all unit tests

This is needed to ensure stdout goes to console.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
void main (string[] args) {
42
42
    Test.init (ref args);
 
43
    Midori.App.setup (ref args, null);
43
44
    Test.add_func ("/searchaction/form", searchaction_form);
44
45
    Test.run ();
45
46
}