| Index: tests/standalone/io/https_client_test.dart
|
| diff --git a/tests/standalone/io/https_client_test.dart b/tests/standalone/io/https_client_test.dart
|
| index d639426a896dd365ede75f3fc8497700457c22f6..5f230f90a26bcd7b1a0a6611e1e0a2078735759d 100644
|
| --- a/tests/standalone/io/https_client_test.dart
|
| +++ b/tests/standalone/io/https_client_test.dart
|
| @@ -54,9 +54,7 @@ void testBadHostName() {
|
| }
|
|
|
| void InitializeSSL() {
|
| - var testPkcertDatabase =
|
| - new Path.fromNative(new Options().script).directoryPath.append('pkcert/');
|
| - SecureSocket.setCertificateDatabase(testPkcertDatabase.toNativePath());
|
| + SecureSocket.initialize();
|
| }
|
|
|
| void main() {
|
|
|