| Index: tests/standalone/io/https_bad_certificate_test.dart
|
| diff --git a/tests/standalone/io/https_bad_certificate_test.dart b/tests/standalone/io/https_bad_certificate_test.dart
|
| index cafacfba15013b6f228b5cc67382413051be1989..6205bb39948af0fe4b4e627f915312ef83527d2e 100644
|
| --- a/tests/standalone/io/https_bad_certificate_test.dart
|
| +++ b/tests/standalone/io/https_bad_certificate_test.dart
|
| @@ -2,6 +2,10 @@
|
| // 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
|
| +// OtherResources=certificates/trusted_certs.pem
|
| +
|
| // This test verifies that the bad certificate callback works in HttpClient.
|
|
|
| import "dart:async";
|
|
|