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

Unified Diff: net/quic/quic_crypto_server_stream_test.cc

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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/quic_crypto_server_stream.cc ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_crypto_server_stream_test.cc
diff --git a/net/quic/quic_crypto_server_stream_test.cc b/net/quic/quic_crypto_server_stream_test.cc
index 38b4a57a932608f1f95daafbbe64e7b5488309b4..f3ea48a475e8bf4abcf06716fd7a2a6072bddb46 100644
--- a/net/quic/quic_crypto_server_stream_test.cc
+++ b/net/quic/quic_crypto_server_stream_test.cc
@@ -129,7 +129,6 @@ TEST_P(QuicCryptoServerStreamTest, ConnectedAfterCHLO) {
EXPECT_EQ(2, CompleteCryptoHandshake());
EXPECT_TRUE(stream_.encryption_established());
EXPECT_TRUE(stream_.handshake_confirmed());
- EXPECT_EQ(1, stream_.num_server_config_update_messages_sent());
}
TEST_P(QuicCryptoServerStreamTest, ZeroRTT) {
@@ -220,7 +219,6 @@ TEST_P(QuicCryptoServerStreamTest, ZeroRTT) {
}
EXPECT_EQ(1, client->num_sent_client_hellos());
- EXPECT_EQ(1, server->num_server_config_update_messages_sent());
}
TEST_P(QuicCryptoServerStreamTest, MessageAfterHandshake) {
@@ -273,7 +271,7 @@ TEST_P(QuicCryptoServerStreamTest, ChannelIDAsync) {
TEST_P(QuicCryptoServerStreamTest, OnlySendSCUPAfterHandshakeComplete) {
// An attempt to send a SCUP before completing handshake should fail.
- stream_.SendServerConfigUpdate(nullptr, false);
+ stream_.SendServerConfigUpdate(nullptr);
EXPECT_EQ(0, stream_.num_server_config_update_messages_sent());
}
« no previous file with comments | « net/quic/quic_crypto_server_stream.cc ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698