~midori/midori/trunk

« back to all changes in this revision

Viewing changes to tests/completion.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:
124
124
 
125
125
void main (string[] args) {
126
126
    Test.init (ref args);
 
127
    Midori.App.setup (ref args, null);
127
128
    Test.add_func ("/completion/autocompleter", completion_autocompleter);
128
129
    Test.add_func ("/completion/history", completion_history);
129
130
    Test.run ();