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

Unified Diff: net/quic/chromium/quic_http_stream_test.cc

Issue 2236973002: Landing Recent QUIC changes until 4AM, Aug 7, 2016 UTC-4 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change error message to solve test flakiness Created 4 years, 4 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
Index: net/quic/chromium/quic_http_stream_test.cc
diff --git a/net/quic/chromium/quic_http_stream_test.cc b/net/quic/chromium/quic_http_stream_test.cc
index 7f2daa22eab95dde5062656912940f16a5c3ae58..38223eff18c5679b8373abd8ff21ac95121e3fbd 100644
--- a/net/quic/chromium/quic_http_stream_test.cc
+++ b/net/quic/chromium/quic_http_stream_test.cc
@@ -574,7 +574,7 @@ class QuicHttpStreamTest : public ::testing::TestWithParam<QuicVersion> {
INSTANTIATE_TEST_CASE_P(Version,
QuicHttpStreamTest,
- ::testing::ValuesIn(QuicSupportedVersions()));
+ ::testing::ValuesIn(AllSupportedVersions()));
TEST_P(QuicHttpStreamTest, RenewStreamForAuth) {
Initialize();

Powered by Google App Engine
This is Rietveld 408576698