http_auth_handler_negotiate_unittest.cc | 220 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local 222 true, false, true, "http://alias:500", &auth_handler)); 224 ASSERT_TRUE(auth_handler.get() != NULL); 228 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, NULL, 232 EXPECT_EQ(L"HTTP/alias", auth_handler->spn()); 234 EXPECT_EQ(L"HTTP@alias", auth_handler->spn()); 240 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local 242 true, true, true, "http://alias:80", &auth_handler)); 243 ASSERT_TRUE(auth_handler.get() != NULL); 247 EXPECT_EQ(OK, auth_handler->GenerateAuthToken(NULL, NULL 259 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local 278 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local 297 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local 321 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local 335 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; local [all...] |