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

Unified Diff: net/quic/core/quic_protocol_test.cc

Issue 2430973004: Landing Recent QUIC changes until 10:38 AM, Oct 17, 2016 UTC-4 (Closed)
Patch Set: Improving flagsaver logging Created 4 years, 2 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/core/quic_protocol.cc ('k') | net/quic/core/quic_spdy_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_protocol_test.cc
diff --git a/net/quic/core/quic_protocol_test.cc b/net/quic/core/quic_protocol_test.cc
index 5ec6dded2832d09d4184f30c99a3e4db6f792373..49d2434ac9a1fde27f0401325660d5724671d533 100644
--- a/net/quic/core/quic_protocol_test.cc
+++ b/net/quic/core/quic_protocol_test.cc
@@ -16,18 +16,6 @@ namespace net {
namespace test {
namespace {
-TEST(QuicProtocolTest, AdjustErrorForVersion) {
- ASSERT_EQ(15, QUIC_STREAM_LAST_ERROR)
- << "Any additions to QuicRstStreamErrorCode require an addition to "
- << "AdjustErrorForVersion and this associated test.";
-
- // If we ever add different RST codes, we should have a test akin to the
- // following.
- // EXPECT_EQ(QUIC_RST_ACKNOWLEDGEMENT, AdjustErrorForVersion(
- // QUIC_RST_ACKNOWLEDGEMENT,
- // QUIC_VERSION_28));
-}
-
TEST(QuicProtocolTest, MakeQuicTag) {
QuicTag tag = MakeQuicTag('A', 'B', 'C', 'D');
char bytes[4];
« no previous file with comments | « net/quic/core/quic_protocol.cc ('k') | net/quic/core/quic_spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698