~midori/midori/win32theme

« back to all changes in this revision

Viewing changes to tests/hsts.vala

  • Committer: Transifex
  • Author(s): Yarema aka Knedlyk
  • Date: 2012-09-22 13:44:56 UTC
  • Revision ID: git-v1:2354a7ed0f7e0dd6f8ecaf49e62a5513b76192a4
l10n: Updated Ukrainian (uk) translation to 100%

New status: 622 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

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);
29
28
    Test.add_func ("/http/hsts", http_hsts);
30
29
    Test.run ();
31
30
}