Index: tests/standalone/io/http_proxy_advanced_test.dart |
diff --git a/tests/standalone/io/http_proxy_advanced_test.dart b/tests/standalone/io/http_proxy_advanced_test.dart |
index 5be2ad1cdb5dee002a44c65a33e100916c42c42c..761e7172e2b27476447a253740461c53eeacd4db 100644 |
--- a/tests/standalone/io/http_proxy_advanced_test.dart |
+++ b/tests/standalone/io/http_proxy_advanced_test.dart |
@@ -18,7 +18,8 @@ SecurityContext serverContext = new SecurityContext() |
password: 'dartdart'); |
SecurityContext clientContext = new SecurityContext() |
- ..setTrustedCertificates(file: localFile('certificates/trusted_certs.pem')); |
+ ..setTrustedCertificatesBytes( |
Bill Hesse
2016/02/05 21:35:39
This is exactly the same as the implementation of
zra
2016/02/05 23:10:39
Done.
|
+ readLocalFile('certificates/trusted_certs.pem')); |
class Server { |
HttpServer server; |