| Index: net/spdy/spdy_proxy_client_socket_unittest.cc
|
| ===================================================================
|
| --- net/spdy/spdy_proxy_client_socket_unittest.cc (revision 108933)
|
| +++ net/spdy/spdy_proxy_client_socket_unittest.cc (working copy)
|
| @@ -448,7 +448,7 @@
|
|
|
| Initialize(reads, arraysize(reads), writes, arraysize(writes));
|
|
|
| - AssertConnectFails(ERR_TUNNEL_CONNECTION_FAILED);
|
| + AssertConnectFails(ERR_PROXY_AUTH_REQUESTED);
|
|
|
| const HttpResponseInfo* response = sock_->GetConnectResponseInfo();
|
| ASSERT_TRUE(response != NULL);
|
| @@ -822,7 +822,7 @@
|
|
|
| Initialize(reads, arraysize(reads), writes, arraysize(writes));
|
|
|
| - AssertConnectFails(ERR_TUNNEL_CONNECTION_FAILED);
|
| + AssertConnectFails(ERR_PROXY_AUTH_REQUESTED);
|
|
|
| Run(2); // SpdySession consumes the next two reads and sends then to
|
| // sock_ to be buffered.
|
|
|