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

Unified Diff: net/quic/quic_crypto_server_stream_test.cc

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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_client_stream_test.cc ('k') | net/quic/quic_dispatcher.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 ebb5af2cf83aba8b7da5b94b920e5a060c477427..d15ff2d6180dd452b8e74950d41e81af4c594ce6 100644
--- a/net/quic/quic_crypto_server_stream_test.cc
+++ b/net/quic/quic_crypto_server_stream_test.cc
@@ -151,7 +151,7 @@ TEST_P(QuicCryptoServerStreamTest, ZeroRTT) {
// Do a first handshake in order to prime the client config with the server's
// information.
- CHECK(client->CryptoConnect());
+ client->CryptoConnect();
CHECK_EQ(1u, client_conn->packets_.size());
scoped_ptr<TestSession> server_session(new TestSession(server_conn, config_));
@@ -186,7 +186,7 @@ TEST_P(QuicCryptoServerStreamTest, ZeroRTT) {
server_session.get()));
server_session->SetCryptoStream(server.get());
- CHECK(client->CryptoConnect());
+ client->CryptoConnect();
if (AsyncStrikeRegisterVerification()) {
EXPECT_FALSE(client->handshake_confirmed());
« no previous file with comments | « net/quic/quic_crypto_client_stream_test.cc ('k') | net/quic/quic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698