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

Unified Diff: components/grpc_support/bidirectional_stream_unittest.cc

Issue 2836063005: [cronet] Add mechanism for restarting CronetEnvironment (Closed)
Patch Set: close parenthesis Created 3 years, 8 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: components/grpc_support/bidirectional_stream_unittest.cc
diff --git a/components/grpc_support/bidirectional_stream_unittest.cc b/components/grpc_support/bidirectional_stream_unittest.cc
index 84e5cb6c50c1ddef05c3fb9c2075bb9907b394f3..589f80275003709ba93cd443b51af3d9383e0985 100644
--- a/components/grpc_support/bidirectional_stream_unittest.cc
+++ b/components/grpc_support/bidirectional_stream_unittest.cc
@@ -36,9 +36,11 @@ class BidirectionalStreamTest : public ::testing::TestWithParam<bool> {
protected:
void SetUp() override {
StartQuicTestServer();
+ StartTestStreamEngine(GetQuicTestServerPort());
}
void TearDown() override {
+ ShutdownTestStreamEngine();
ShutdownQuicTestServer();
}

Powered by Google App Engine
This is Rietveld 408576698