| Index: tests/standalone/io/web_socket_test.dart
|
| diff --git a/tests/standalone/io/web_socket_test.dart b/tests/standalone/io/web_socket_test.dart
|
| index cd72efa39cfe9a1722f1c621108caeea1541fbcc..96db48347b347ca1c370d561549d6b38c5e8e40e 100644
|
| --- a/tests/standalone/io/web_socket_test.dart
|
| +++ b/tests/standalone/io/web_socket_test.dart
|
| @@ -405,7 +405,7 @@ class SecurityConfiguration {
|
|
|
| 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");
|
| }
|
|
|