Index: tests/standalone/io/https_server_test.dart |
diff --git a/tests/standalone/io/https_server_test.dart b/tests/standalone/io/https_server_test.dart |
index 8eb639f9976e2583103f1ed7de09ebdc4a0d4530..54b1c71818b5ee420f5da1acac3200a09e143913 100644 |
--- a/tests/standalone/io/https_server_test.dart |
+++ b/tests/standalone/io/https_server_test.dart |
@@ -63,8 +63,8 @@ void testListenOn() { |
void InitializeSSL() { |
var testPkcertDatabase = |
new Path.fromNative(new Options().script).directoryPath.append('pkcert/'); |
- SecureSocket.setCertificateDatabase(testPkcertDatabase.toNativePath(), |
- 'dartdart'); |
+ SecureSocket.initialize(database: testPkcertDatabase.toNativePath(), |
+ password: 'dartdart'); |
} |
void main() { |