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

Unified Diff: tests/mbedtls_tests/ssl_tests.dart

Issue 2189923002: Update Dart binaries to 1.18.0-dev.4.4 (Closed) Base URL: git@github.com:dartino/sdk.git@master
Patch Set: Created 4 years, 5 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 | « tests/dartino_tests/snapshot_stacktrace_tests.dart ('k') | third_party/bin/linux/dart.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/mbedtls_tests/ssl_tests.dart
diff --git a/tests/mbedtls_tests/ssl_tests.dart b/tests/mbedtls_tests/ssl_tests.dart
index e7cbcdb9c67e02e4eef68d868691b8d3085401bc..9bc321ed2c2d84e650c7e89f31d74286223f8bfa 100644
--- a/tests/mbedtls_tests/ssl_tests.dart
+++ b/tests/mbedtls_tests/ssl_tests.dart
@@ -36,7 +36,7 @@ SecurityContext createContext() {
var key = testDirUri.resolve('../$certPath/server_key.pem');
var context = new SecurityContext();
return context
- ..useCertificateChain(file: chain.toFilePath())
+ ..useCertificateChain(chain.toFilePath())
..usePrivateKey(key.toFilePath(), password: 'dartdart');
}
« no previous file with comments | « tests/dartino_tests/snapshot_stacktrace_tests.dart ('k') | third_party/bin/linux/dart.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698