| Index: samples/tests/samples/src/chat/HttpParserTest.dart
|
| diff --git a/samples/tests/src/chat/http_parser_test.dart b/samples/tests/samples/src/chat/HttpParserTest.dart
|
| similarity index 99%
|
| rename from samples/tests/src/chat/http_parser_test.dart
|
| rename to samples/tests/samples/src/chat/HttpParserTest.dart
|
| index 7c71b1ac7d51f53f07ee6099bb1a757958344da8..5e49fe0793ab84fc7e4ccb143a1297647aa05f08 100644
|
| --- a/samples/tests/src/chat/http_parser_test.dart
|
| +++ b/samples/tests/samples/src/chat/HttpParserTest.dart
|
| @@ -2,8 +2,8 @@
|
| // 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.
|
|
|
| -#library("http_parser_test.dart");
|
| -#import("../../../chat/http.dart");
|
| +#library("HttpParserTest.dart");
|
| +#import("../../../../chat/http.dart");
|
|
|
|
|
| class HTTPParserTest {
|
|
|