Skip to content

Commit

Permalink
Fix a typo in X509CertificateNameVerifyTest
Browse files Browse the repository at this point in the history
BUG=none
R=davidben@chromium.org

Review URL: https://codereview.chromium.org/969083002

Cr-Commit-Position: refs/heads/master@{#318762}
  • Loading branch information
sleevi authored and Commit bot committed Mar 2, 2015
1 parent c621ab7 commit b04b44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/cert/x509_certificate_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ const CertificateNameVerifyTestData kNameVerifyTestData[] = {
// be present.
{ true, "www.test.example", "*.test.example" },
{ true, "test.example.co.uk", "*.example.co.uk" },
{ false, "test.example", "*.exmaple" },
{ false, "test.example", "*.example" },
{ false, "example.co.uk", "*.co.uk" },
{ false, "foo.com", "*.com" },
{ false, "foo.us", "*.us" },
Expand Down

0 comments on commit b04b44a

Please sign in to comment.