| Index: tests/standalone/io/http_headers_test.dart
|
| diff --git a/tests/standalone/src/io/HttpHeadersTest.dart b/tests/standalone/io/http_headers_test.dart
|
| similarity index 91%
|
| rename from tests/standalone/src/io/HttpHeadersTest.dart
|
| rename to tests/standalone/io/http_headers_test.dart
|
| index ef0b09717f39a54b65ed7624fa55645e71e41f15..a5012fd06bedfb4efc4782f54eb5e772994c6a59 100644
|
| --- a/tests/standalone/src/io/HttpHeadersTest.dart
|
| +++ b/tests/standalone/io/http_headers_test.dart
|
| @@ -2,15 +2,15 @@
|
| // 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.
|
|
|
| -#source("../../../../runtime/bin/input_stream.dart");
|
| -#source("../../../../runtime/bin/output_stream.dart");
|
| -#source("../../../../runtime/bin/chunked_stream.dart");
|
| -#source("../../../../runtime/bin/string_stream.dart");
|
| -#source("../../../../runtime/bin/stream_util.dart");
|
| -#source("../../../../runtime/bin/http.dart");
|
| -#source("../../../../runtime/bin/http_impl.dart");
|
| -#source("../../../../runtime/bin/http_parser.dart");
|
| -#source("../../../../runtime/bin/http_utils.dart");
|
| +#source("../../../runtime/bin/input_stream.dart");
|
| +#source("../../../runtime/bin/output_stream.dart");
|
| +#source("../../../runtime/bin/chunked_stream.dart");
|
| +#source("../../../runtime/bin/string_stream.dart");
|
| +#source("../../../runtime/bin/stream_util.dart");
|
| +#source("../../../runtime/bin/http.dart");
|
| +#source("../../../runtime/bin/http_impl.dart");
|
| +#source("../../../runtime/bin/http_parser.dart");
|
| +#source("../../../runtime/bin/http_utils.dart");
|
|
|
| void testMultiValue() {
|
| _HttpHeaders headers = new _HttpHeaders();
|
|
|