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

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

Issue 14753009: Make StreamSubscription be the active part of a stream. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Made tests run (mostly) Created 7 years, 7 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
Index: tests/standalone/io/http_multipart_test.dart
diff --git a/tests/standalone/io/http_multipart_test.dart b/tests/standalone/io/http_multipart_test.dart
index d564fc9b814ac98d03044cc072187135aef0f273..1780c1ca2a9ec7649c23d62d5f8ab37b1b2b210b 100644
--- a/tests/standalone/io/http_multipart_test.dart
+++ b/tests/standalone/io/http_multipart_test.dart
@@ -116,7 +116,7 @@ Content of file\r
'Content of file',
contentType: 'text/plain',
filename: 'file1.txt')]);
-
+return;
Anders Johnsen 2013/05/22 13:07:08 No :)
Lasse Reichstein Nielsen 2013/05/24 06:02:49 Done.
// Similar test using Chrome posting.
message = [
45, 45, 45, 45, 45, 45, 87, 101, 98, 75, 105, 116, 70, 111, 114, 109, 66,

Powered by Google App Engine
This is Rietveld 408576698