~midori/midori/trunk

« back to all changes in this revision

Viewing changes to tests/speeddial.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:
82
82
 
83
83
void main (string[] args) {
84
84
    Test.init (ref args);
 
85
    Midori.App.setup (ref args, null);
85
86
    Midori.Paths.init (Midori.RuntimeMode.NORMAL, null);
86
87
    Test.add_func ("/speeddial/load", speeddial_load);
87
88
    Test.run ();