aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test/Formatters
Ryan Nowak 800e46eed4 Fix failures in StringOutputFormatter functional tests
The missing piece here is is that StringOutputFormatter needs to set the
ContentType so that it gets overridden. The problem is that the formatter
is likely called with something like application/json, but decides to
write a string anyway. So because we're saying 'yes we can write' we also
need to override what we're writing.
2015-10-20 22:12:21 -07:00
..
FormatFilterTest.cs
FormatterCollectionTest.cs Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
FormatterMappingsTest.cs
HttpNotAcceptableOutputFormatterTest.cs Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
InputFormatterTest.cs
NoContentFormatterTests.cs Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
OutputFormatterTests.cs Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
StreamOutputFormatterTest.cs Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
StringOutputFormatterTests.cs Fix failures in StringOutputFormatter functional tests 2015-10-20 22:12:21 -07:00