| Index: tests/standalone/io/https_client_certificate_test.dart
|
| diff --git a/tests/standalone/io/https_client_certificate_test.dart b/tests/standalone/io/https_client_certificate_test.dart
|
| index 141470ace0d0acca17bb3bb95c00e5e4eb2c16b5..847b19a72b1b3c6c367d8aa96aa6d3356a055c24 100644
|
| --- a/tests/standalone/io/https_client_certificate_test.dart
|
| +++ b/tests/standalone/io/https_client_certificate_test.dart
|
| @@ -45,7 +45,7 @@ Function test() {
|
|
|
| void InitializeSSL() {
|
| var testPkcertDatabase =
|
| - new Path(new Options().script).directoryPath.append('pkcert/');
|
| + new Path(Platform.script).directoryPath.append('pkcert/');
|
| SecureSocket.initialize(database: testPkcertDatabase.toNativePath(),
|
| password: 'dartdart');
|
| }
|
|
|