| Index: tests/standalone/src/HttpTest.dart
|
| diff --git a/samples/tests/samples/src/chat/HttpTest.dart b/tests/standalone/src/HttpTest.dart
|
| similarity index 98%
|
| rename from samples/tests/samples/src/chat/HttpTest.dart
|
| rename to tests/standalone/src/HttpTest.dart
|
| index 1bd0062b2c47202e478a99132434f722f5a857be..df2c2c38385b2ea12ad5fd42d7364acab85d83f6 100644
|
| --- a/samples/tests/samples/src/chat/HttpTest.dart
|
| +++ b/tests/standalone/src/HttpTest.dart
|
| @@ -1,13 +1,14 @@
|
| // Copyright (c) 2012, 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("http_test.dart");
|
| #import("dart:isolate");
|
| #import("dart:io");
|
| -#import("../../../../chat/http.dart");
|
| -#import("../../../../chat/chat_server_lib.dart");
|
| -
|
|
|
| class TestServerMain {
|
| TestServerMain()
|
|
|