| Index: tests/standalone/io/secure_socket_renegotiate_test.dart
|
| diff --git a/tests/standalone/io/secure_socket_renegotiate_test.dart b/tests/standalone/io/secure_socket_renegotiate_test.dart
|
| index 457cee63625acca1f018667ff615d15aa01d2541..e445ed414e408befdcc378c624d2cda247a62af5 100644
|
| --- a/tests/standalone/io/secure_socket_renegotiate_test.dart
|
| +++ b/tests/standalone/io/secure_socket_renegotiate_test.dart
|
| @@ -1,6 +1,9 @@
|
| // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| +//
|
| +// OtherResources=certificates/server_chain.pem
|
| +// OtherResources=certificates/server_key.pem
|
|
|
| // This test verifies that client certificates work, if the client and server
|
| // are in separate processes, and that connection renegotiation works, and
|
|
|