| Index: samples/tests/samples/src/chat/ChatServerTest.dart
|
| diff --git a/samples/tests/src/chat/chat_server_test.dart b/samples/tests/samples/src/chat/ChatServerTest.dart
|
| similarity index 97%
|
| rename from samples/tests/src/chat/chat_server_test.dart
|
| rename to samples/tests/samples/src/chat/ChatServerTest.dart
|
| index 9eac2496244c0bdd1497b58e1ce4957ab1889fc4..d5e29a0a3ca9e4232d259c605ea2b852a868580b 100644
|
| --- a/samples/tests/src/chat/chat_server_test.dart
|
| +++ b/samples/tests/samples/src/chat/ChatServerTest.dart
|
| @@ -1,11 +1,17 @@
|
| // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| // 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.
|
| +//
|
| +// VMOptions=
|
| +// VMOptions=--short_socket_read
|
| +// VMOptions=--short_socket_write
|
| +// VMOptions=--short_socket_read --short_socket_write
|
| +
|
|
|
| #library("chat_server_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");
|
|
|
|
|
| // Message to start chat test client running in an isolate.
|
|
|