| Index: samples/tests/samples/src/chat/HttpTest.dart
|
| diff --git a/samples/tests/src/chat/http_test.dart b/samples/tests/samples/src/chat/HttpTest.dart
|
| similarity index 98%
|
| rename from samples/tests/src/chat/http_test.dart
|
| rename to samples/tests/samples/src/chat/HttpTest.dart
|
| index d2998ab4bec745cefae77913f696c392dc1813c5..b41cc4e72c419f0b0e80804e09b8bf38843c495f 100644
|
| --- a/samples/tests/src/chat/http_test.dart
|
| +++ b/samples/tests/samples/src/chat/HttpTest.dart
|
| @@ -3,9 +3,9 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("http_test.dart");
|
| -#import("../../../chat/http.dart");
|
| -#import("../../../../client/json/dart_json.dart");
|
| -#import("../../../chat/chat_server_lib.dart");
|
| +#import("../../../../chat/http.dart");
|
| +#import("../../../../../client/json/dart_json.dart");
|
| +#import("../../../../chat/chat_server_lib.dart");
|
|
|
|
|
| class TestServerMain {
|
|
|