| Index: samples/chat/test/chat_server_test.dart
|
| diff --git a/samples/tests/samples/chat/chat_server_test.dart b/samples/chat/test/chat_server_test.dart
|
| similarity index 99%
|
| rename from samples/tests/samples/chat/chat_server_test.dart
|
| rename to samples/chat/test/chat_server_test.dart
|
| index 7e7d1effd28fa0a46e6e9f1106d85d8d0590fa42..a8a75bd5e265e4ad217541afc840e9d09f39521c 100644
|
| --- a/samples/tests/samples/chat/chat_server_test.dart
|
| +++ b/samples/chat/test/chat_server_test.dart
|
| @@ -7,11 +7,11 @@
|
| // VMOptions=--short_socket_write
|
| // VMOptions=--short_socket_read --short_socket_write
|
|
|
| -import "package:expect/expect.dart";
|
| import 'dart:io';
|
| import 'dart:isolate';
|
| -import "dart:convert";
|
| -import '../../../chat/chat_server_lib.dart';
|
| +import 'dart:convert';
|
| +import 'package:expect/expect.dart';
|
| +import '../chat_server_lib.dart';
|
|
|
| // Message to start chat test client running in an isolate.
|
| class ChatTestClientStart {
|
|
|