~gue5t/midori/fix-bug1183979

« back to all changes in this revision

Viewing changes to tests/magic-uri.c

  • Committer: gue5t
  • Date: 2013-05-27 00:32:12 UTC
  • Revision ID: gue5t@midori.launchpad-20130527003212-3vnlsdm0tvexwx71
add test cases to tests/magic-uri/protocols to check case insensitivity

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
    g_assert (!sokoke_external_uri (""));
404
404
 
405
405
    g_assert (!sokoke_external_uri ("http://google.com"));
 
406
    g_assert (!sokoke_external_uri ("HTTP://google.com"));
 
407
    g_assert (!sokoke_external_uri ("Http://google.com"));
406
408
    g_assert (!sokoke_external_uri ("https://google.com"));
 
409
    g_assert (!sokoke_external_uri ("httPS://google.com"));
407
410
    g_assert (!sokoke_external_uri ("file:///home/"));
408
411
    g_assert (!sokoke_external_uri ("geo:100,3000"));
409
412
    g_assert (!sokoke_external_uri ("about:blank"));