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

Unified Diff: net/quic/quic_protocol_test.cc

Issue 355573007: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added NET_EXPORT_PRIVATE for ContainsQuicTag Created 6 years, 6 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/quic_protocol.cc ('k') | net/quic/quic_sent_packet_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol_test.cc
diff --git a/net/quic/quic_protocol_test.cc b/net/quic/quic_protocol_test.cc
index b1eae45d25117baeb8a1efe0d4937045dd352f79..8eef5be8e420cf87b9a2c048d6edf7092cf177df 100644
--- a/net/quic/quic_protocol_test.cc
+++ b/net/quic/quic_protocol_test.cc
@@ -18,10 +18,10 @@ TEST(QuicProtocolTest, AdjustErrorForVersion) {
EXPECT_EQ(QUIC_STREAM_NO_ERROR,
AdjustErrorForVersion(QUIC_RST_FLOW_CONTROL_ACCOUNTING,
- QUIC_VERSION_17));
+ QUIC_VERSION_16));
EXPECT_EQ(QUIC_RST_FLOW_CONTROL_ACCOUNTING, AdjustErrorForVersion(
QUIC_RST_FLOW_CONTROL_ACCOUNTING,
- static_cast<QuicVersion>(QUIC_VERSION_17 + 1)));
+ QUIC_VERSION_18));
}
TEST(QuicProtocolTest, MakeQuicTag) {
« no previous file with comments | « net/quic/quic_protocol.cc ('k') | net/quic/quic_sent_packet_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698