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

Unified Diff: pkg/http/test/http_test.dart

Issue 12440002: Make instances of HeaderValue and ContentType immutable (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressed review comments from nweiz@ Created 7 years, 9 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 | « pkg/http/lib/src/request.dart ('k') | pkg/http/test/multipart_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http/test/http_test.dart
diff --git a/pkg/http/test/http_test.dart b/pkg/http/test/http_test.dart
index 1fc7f573afa7de2a323b5dda15def947a14e5f0a..2dd5d3e4fc872ad22461b140cd18e992b25e9991 100644
--- a/pkg/http/test/http_test.dart
+++ b/pkg/http/test/http_test.dart
@@ -58,7 +58,7 @@ main() {
'path': '/',
'headers': {
'content-type': [
- 'application/x-www-form-urlencoded; charset=UTF-8'
+ 'application/x-www-form-urlencoded; charset=utf-8'
],
'content-length': ['40'],
'x-random-header': ['Value'],
@@ -107,7 +107,7 @@ main() {
'path': '/',
'headers': {
'content-type': [
- 'application/x-www-form-urlencoded; charset=UTF-8'
+ 'application/x-www-form-urlencoded; charset=utf-8'
],
'content-length': ['40'],
'x-random-header': ['Value'],
« no previous file with comments | « pkg/http/lib/src/request.dart ('k') | pkg/http/test/multipart_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698