~midori/midori/trunk

« back to all changes in this revision

Viewing changes to tests/hsts.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:
25
25
 
26
26
void main (string[] args) {
27
27
    Test.init (ref args);
 
28
    Midori.App.setup (ref args, null);
28
29
    Test.add_func ("/http/hsts", http_hsts);
29
30
    Test.run ();
30
31
}