| Index: samples/tests/samples/src/chat/ChatServerTest.dart
|
| diff --git a/samples/tests/samples/src/chat/ChatServerTest.dart b/samples/tests/samples/src/chat/ChatServerTest.dart
|
| index 028e597fc1d60e481dc15b22f174a9ab244df95f..3362cc12a8e95ab6ee3f601a6258a8398b8ebc77 100644
|
| --- a/samples/tests/samples/src/chat/ChatServerTest.dart
|
| +++ b/samples/tests/samples/src/chat/ChatServerTest.dart
|
| @@ -7,15 +7,11 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| -
|
| -#library("chat_server_test.dart");
|
| #import("dart:io");
|
| -#import("dart:json");
|
| #import("dart:isolate");
|
| -#import("../../../../chat/http.dart");
|
| +#import("dart:json");
|
| #import("../../../../chat/chat_server_lib.dart");
|
|
|
| -
|
| // Message to start chat test client running in an isolate.
|
| class ChatTestClientStart {
|
| ChatTestClientStart(int this.totalClients,
|
|
|