Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(723)

Unified Diff: net/tools/quic/chlo_extractor_test.cc

Issue 2808273006: Landing Recent QUIC changes until Sun Apr 9 16:12:55 (Closed)
Patch Set: increment enabled_options in e2e test Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/test_tools/simulator/quic_endpoint_test.cc ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/chlo_extractor_test.cc
diff --git a/net/tools/quic/chlo_extractor_test.cc b/net/tools/quic/chlo_extractor_test.cc
index f314df677d8dc6d0810984edea9ef47efe45096e..df069ca974f5e0b19a8aa1c69a2d389de10fee8e 100644
--- a/net/tools/quic/chlo_extractor_test.cc
+++ b/net/tools/quic/chlo_extractor_test.cc
@@ -94,7 +94,8 @@ TEST_F(ChloExtractorTest, FindsValidChlo) {
EXPECT_TRUE(ChloExtractor::Extract(*packet_, versions, &delegate_))
<< QuicVersionToString(version);
EXPECT_EQ(version, delegate_.version());
- EXPECT_EQ(header_.public_header.connection_id, delegate_.connection_id());
+ EXPECT_EQ(GetPeerInMemoryConnectionId(header_.public_header.connection_id),
+ delegate_.connection_id());
EXPECT_EQ(client_hello.DebugString(Perspective::IS_SERVER),
delegate_.chlo())
<< QuicVersionToString(version);
« no previous file with comments | « net/quic/test_tools/simulator/quic_endpoint_test.cc ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698