| Index: tests/standalone/io/secure_server_stream_test.dart
|
| diff --git a/tests/standalone/io/secure_server_stream_test.dart b/tests/standalone/io/secure_server_stream_test.dart
|
| index 82271ce57b72af4f6f691e6687997f859cd94193..fb0cafc6f7ff36710e9fd67a423bf1706b23246a 100644
|
| --- a/tests/standalone/io/secure_server_stream_test.dart
|
| +++ b/tests/standalone/io/secure_server_stream_test.dart
|
| @@ -82,7 +82,7 @@ void main() {
|
| Path scriptDir = new Path.fromNative(new Options().script).directoryPath;
|
| Path certificateDatabase = scriptDir.append('pkcert');
|
| SecureSocket.setCertificateDatabase(certificateDatabase.toNativePath(),
|
| - 'dartdart');
|
| + password: 'dartdart');
|
|
|
| var server = new SecureTestServer();
|
| int port = server.start();
|
|
|