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

Unified Diff: components/cronet/ios/test/cronet_http_test.mm

Issue 2803443002: Revert of [cronet] Expose API to set experimental options (Closed)
Patch Set: 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
« no previous file with comments | « components/cronet/ios/cronet_environment.mm ('k') | components/cronet/ios/test/start_cronet.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/ios/test/cronet_http_test.mm
diff --git a/components/cronet/ios/test/cronet_http_test.mm b/components/cronet/ios/test/cronet_http_test.mm
index fc392b6f9dbd2f74329c087168c8ee451ef73197..e1642feeaf9cbb5a6ad0cff8fdde7d7e7a03d6b1 100644
--- a/components/cronet/ios/test/cronet_http_test.mm
+++ b/components/cronet/ios/test/cronet_http_test.mm
@@ -163,17 +163,6 @@
base::scoped_nsobject<TestDelegate> delegate_;
};
-TEST(SslTest, CreateFile) {
- bool ssl_file_created = [[NSFileManager defaultManager]
- fileExistsAtPath:[Cronet getNetLogPathForFile:@"SSLKEYLOGFILE"]];
-
- [[NSFileManager defaultManager]
- removeItemAtPath:[Cronet getNetLogPathForFile:@"SSLKEYLOGFILE"]
- error:nil];
-
- EXPECT_TRUE(ssl_file_created);
-}
-
TEST_F(HttpTest, NSURLSessionReceivesData) {
NSURL* url = net::NSURLWithGURL(GURL(grpc_support::kTestServerUrl));
__block BOOL block_used = NO;
« no previous file with comments | « components/cronet/ios/cronet_environment.mm ('k') | components/cronet/ios/test/start_cronet.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698