Chromium Code Reviews| Index: tests/standalone/io/http_headers_test.dart |
| diff --git a/tests/standalone/io/http_headers_test.dart b/tests/standalone/io/http_headers_test.dart |
| index 2219d0f87bee24db924259ba853c27a74c4b15a5..c1b7902e7507e6030ae16ffbbb32772f003e6fe4 100644 |
| --- a/tests/standalone/io/http_headers_test.dart |
| +++ b/tests/standalone/io/http_headers_test.dart |
| @@ -239,7 +239,7 @@ void testContentType() { |
| } |
| _ContentType contentType; |
| - contentType = new _ContentType(); |
| + contentType = new _ContentType("", ""); |
|
Søren Gjesse
2012/09/18 09:34:16
Replace new _ContentType("", "") with new ContentT
Mads Ager (google)
2012/09/18 10:46:39
Done.
|
| Expect.equals("", contentType.primaryType); |
| Expect.equals("", contentType.subType); |
| Expect.equals("/", contentType.value); |