Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: tests/standalone/io/http_body_test.dart

Issue 13996024: Add the HttpBodyHandler files to the dart:io library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/io/io.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/http_body_test.dart
diff --git a/tests/standalone/io/http_body_test.dart b/tests/standalone/io/http_body_test.dart
index ae0d128242965fb8f3ce586a499f35d9b680b3d0..22a22ecff5f1963e40a3cd5dc799c0b47f94d455 100644
--- a/tests/standalone/io/http_body_test.dart
+++ b/tests/standalone/io/http_body_test.dart
@@ -8,7 +8,6 @@ import 'dart:utf';
import 'package:expect/expect.dart';
void testHttpClientResponseBody() {
- new HttpBodyHandler();
void test(String mimeType,
List<int> content,
dynamic expectedBody,
@@ -165,7 +164,6 @@ void testHttpServerRequestBody() {
test(null, "body".codeUnits, "body".codeUnits, "binary");
}
-
void main() {
testHttpClientResponseBody();
testHttpServerRequestBody();
« no previous file with comments | « sdk/lib/io/io.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698