Index: tests/standalone/io/mime_multipart_parser_test.dart |
diff --git a/tests/standalone/io/mime_multipart_parser_test.dart b/tests/standalone/io/mime_multipart_parser_test.dart |
index 122e0754cf9ed997e43d64d15928487c2c923f76..adccecbeedb5dca2c7bd5c132c03716b84fedc30 100644 |
--- a/tests/standalone/io/mime_multipart_parser_test.dart |
+++ b/tests/standalone/io/mime_multipart_parser_test.dart |
@@ -1,11 +1,16 @@ |
-// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
+// Copyright (c) 2013, 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. |
+import 'dart:async'; |
import 'dart:math'; |
+part '../../../sdk/lib/io/io_stream_consumer.dart'; |
+part "../../../sdk/lib/io/http.dart"; |
+part "../../../sdk/lib/io/http_impl.dart"; |
part "../../../sdk/lib/io/http_parser.dart"; |
part "../../../sdk/lib/io/mime_multipart_parser.dart"; |
+part '../../../sdk/lib/io/socket.dart'; |
void testParse(String message, |
String boundary, |