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

Unified Diff: tests/standalone/io/security_context_argument_test.dart

Issue 1721283002: Implements secure sockets on Mac OS with SecureTransport API (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Cleanups. Add some more asserts. Created 4 years, 9 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: tests/standalone/io/security_context_argument_test.dart
diff --git a/tests/standalone/io/security_context_argument_test.dart b/tests/standalone/io/security_context_argument_test.dart
index 6e9ddcfa3075d2fca853641be962fe21c878b7e7..fc6ff1c573381309cc3fd4afe7c483826272c47e 100644
--- a/tests/standalone/io/security_context_argument_test.dart
+++ b/tests/standalone/io/security_context_argument_test.dart
@@ -116,9 +116,6 @@ void testUsePrivateKeyArguments() {
Expect.throws(() => c.setClientAuthorities(
localFile('certificates/client_authority_malformed.pem')),
tlsException);
-
- c.usePrivateKey(
- localFile('certificates/server_key.pem'), password: "dartdart");
}
void main() {
« runtime/bin/secure_socket_boringssl.h ('K') | « tests/standalone/io/secure_socket_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698