| Index: net/http/http_auth_handler_ntlm_portable_unittest.cc
|
| diff --git a/net/http/http_auth_handler_ntlm_portable_unittest.cc b/net/http/http_auth_handler_ntlm_portable_unittest.cc
|
| index a379c717dc85c2c93adc5880a4cf97f492e2d0f9..2f3ffcb64684b77dbc34615f71157f60594dd428 100644
|
| --- a/net/http/http_auth_handler_ntlm_portable_unittest.cc
|
| +++ b/net/http/http_auth_handler_ntlm_portable_unittest.cc
|
| @@ -174,7 +174,7 @@ TEST_F(HttpAuthHandlerNtlmPortableTest, VerifyType1Message) {
|
| // The type 1 message generated is always the same. The only variable
|
| // part of the message is the flags and this implementation always offers
|
| // the same set of flags.
|
| - ASSERT_EQ("NTLM TlRMTVNTUAABAAAAB4IIAAAAAAAAAAAAAAAAAAAAAAA=", token);
|
| + ASSERT_EQ("NTLM TlRMTVNTUAABAAAAB4IIAAAAAAAgAAAAAAAAACAAAAA=", token);
|
| }
|
|
|
| TEST_F(HttpAuthHandlerNtlmPortableTest, EmptyTokenFails) {
|
|
|