Skip to content

Commit

Permalink
Fix unittest for Negotiate and NTLM auth.
Browse files Browse the repository at this point in the history
BUG=NONE
TEST=Unittest fix - ran on Vista.

Review URL: http://codereview.chromium.org/554040

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36798 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
cbentzel@chromium.org committed Jan 21, 2010
1 parent 793a445 commit 14ce6e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/http/http_auth_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@ TEST(HttpAuthTest, ChooseBestChallengeConnectionBased) {
const char* challenge_realm;
} tests[] = {
{
"WWW-Authenticate: Negotiate\r\n"
// TODO(cbentzel): Add tests for both Negotiate and NTLM once Negotiate
// is supported on all platforms.
"WWW-Authenticate: NTLM\r\n",

// We don't support Negotiate, so pick NTLM. Either way, realm is
// empty.
"",
},
{
Expand Down

0 comments on commit 14ce6e3

Please sign in to comment.