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

Unified Diff: test/multipart_test.dart

Issue 2133143002: Fix an error in multipart_test (Closed) Base URL: git@github.com:dart-lang/http.git@master
Patch Set: Version .4-dev Created 4 years, 5 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/multipart_test.dart
diff --git a/test/multipart_test.dart b/test/multipart_test.dart
index c9fcf6b83e429334e2346085ef6fc1de6069390d..2a61430c4e29dcde87b7bd6da7e617a8de604597 100644
--- a/test/multipart_test.dart
+++ b/test/multipart_test.dart
@@ -96,6 +96,8 @@ void main() {
--{{boundary}}
content-disposition: form-data; name="field"
content-type: text/plain; charset=utf-8
+ content-transfer-encoding: binary
+
vⱥlūe
--{{boundary}}--
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698