Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Fix ProtoPlusDepend/HttpNetworkTransactionTest.AltSvcOverwritesAltern…
Browse files Browse the repository at this point in the history
…ateProtocol.

I'm able to reproduce the test failure reported in the bug locally.  This
one-liner fixes it locally.

[email protected]

BUG=616561

Review URL: https://codereview.chromium.org/2027353002 .

Cr-Commit-Position: refs/branch-heads/2743@{#170}
Cr-Branched-From: 2b3ae3b-refs/heads/master@{#394939}
  • Loading branch information
Bence Béky committed Jun 1, 2016
1 parent 4376e08 commit 6e9f07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/http/http_network_transaction_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10129,7 +10129,7 @@ TEST_P(HttpNetworkTransactionTest, AltSvcOverwritesAlternateProtocol) {
ASSERT_EQ(1u, alternative_service_vector.size());
EXPECT_EQ(AlternateProtocolFromNextProto(GetProtocol()),
alternative_service_vector[0].protocol);
EXPECT_EQ("www.example.com", alternative_service_vector[0].host);
EXPECT_EQ("www.example.org", alternative_service_vector[0].host);
EXPECT_EQ(443, alternative_service_vector[0].port);
}

Expand Down

0 comments on commit 6e9f07a

Please sign in to comment.