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 Rename ModelState (the type) -> ModelStateEntry 2015-10-20 16:43:00 -07:00
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 Modify ViewStartUtility to generate always view paths with forward slashes 2015-10-19 10:33:05 -07:00
Microsoft.AspNet.Mvc.IntegrationTests
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test Modify ViewStartUtility to generate always view paths with forward slashes 2015-10-19 10:33:05 -07:00
Microsoft.AspNet.Mvc.Razor.Test Modify ViewStartUtility to generate always view paths with forward slashes 2015-10-19 10:33:05 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources Update to use DiagnosticSource 2015-10-20 11:47:29 -07:00
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