| Index: samples/tests/samples/chat/chat_server_test.dart
|
| diff --git a/samples/tests/samples/src/chat/ChatServerTest.dart b/samples/tests/samples/chat/chat_server_test.dart
|
| similarity index 99%
|
| rename from samples/tests/samples/src/chat/ChatServerTest.dart
|
| rename to samples/tests/samples/chat/chat_server_test.dart
|
| index 13228becccd177e539ba09eb6bb52b2c1a8df9ee..87b596b6341489730e1ad548c64b05a3891289f6 100644
|
| --- a/samples/tests/samples/src/chat/ChatServerTest.dart
|
| +++ b/samples/tests/samples/chat/chat_server_test.dart
|
| @@ -10,7 +10,7 @@
|
| #import("dart:io");
|
| #import("dart:isolate");
|
| #import("dart:json");
|
| -#import("../../../../chat/chat_server_lib.dart");
|
| +#import("../../../chat/chat_server_lib.dart");
|
|
|
| // Message to start chat test client running in an isolate.
|
| class ChatTestClientStart {
|
|
|