diff options
-rw-r--r-- | net/http/http_auth_unittest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/http/http_auth_unittest.cc b/net/http/http_auth_unittest.cc index bcd7472..4c21fcf 100644 --- a/net/http/http_auth_unittest.cc +++ b/net/http/http_auth_unittest.cc @@ -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. "", }, { |