Index: tests/standalone/io/secure_stream_test.dart |
diff --git a/tests/standalone/io/secure_stream_test.dart b/tests/standalone/io/secure_stream_test.dart |
index 54969f286fadf68b57ae83e7f7e0a12ce9e405bf..150932f25aad9a47b0a7ca0e16a1c0fec2ad8231 100644 |
--- a/tests/standalone/io/secure_stream_test.dart |
+++ b/tests/standalone/io/secure_stream_test.dart |
@@ -12,9 +12,7 @@ |
#import("dart:io"); |
void main() { |
- var testPkcertDatabase = |
- new Path.fromNative(new Options().script).directoryPath.append('pkcert/'); |
- SecureSocket.setCertificateDatabase(testPkcertDatabase.toNativePath()); |
+ SecureSocket.initialize(); |
// TODO(3593): Use a Dart HTTPS server for this test. |
// When we use a Dart HTTPS server, allow --short_socket_write. The flag |
// causes fragmentation of the client hello message, which doesn't seem to |