aspnetcore/test
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
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
Microsoft.AspNet.Mvc.Core.Test Fix failures in StringOutputFormatter functional tests 2015-10-20 22:12:21 -07:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
Microsoft.AspNet.Mvc.FunctionalTests
Microsoft.AspNet.Mvc.IntegrationTests
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test
Microsoft.AspNet.Mvc.Razor.Test
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNet.Mvc.ViewFeatures.Test Add high-pri doc comments for views, controllers, HTML helpers, Startup 2015-10-20 18:24:56 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00
WebSites Refactor of OutputFormattterContext 2015-10-20 18:05:57 -07:00