aspnetcore/test
Doug Bunting 53060be2d7 Content negotiation fails in subsequent requests accepting same media type
- #3140
- clone `MediaTypeHeaderValue` instance before updating it when content negotiation succeeds
  - avoids changes to `MediaTypeConstants` properties and `OutputFormatter.SupportedMediaTypes` entries
  - `MediaTypeHeaderValue.Clone()` does not exist in our DNX Core fork of this class
  - in previous implementation, was called defensively rather than when required
- update `WebApiCompatShimBasicTest` functional tests to use `MvcTestFixture<TStartup>` everywhere
  - #3140 blocked that final migration
  - remove `TestHelper` since it's no longer referenced

nits:
- remove comments mentioning `TestHelper`
- correct spelling of "negotiation"
2015-10-30 14:10:31 -07:00
..
Microsoft.AspNet.Mvc.Abstractions.Test
Microsoft.AspNet.Mvc.ApiExplorer.Test
Microsoft.AspNet.Mvc.Core.Test Add ForbiddenResult 2015-10-30 10:13:58 -07:00
Microsoft.AspNet.Mvc.Cors.Test
Microsoft.AspNet.Mvc.DataAnnotations.Test
Microsoft.AspNet.Mvc.Formatters.Json.Test Use buffer pooling in IOutputFormatters 2015-10-23 08:10:30 -07:00
Microsoft.AspNet.Mvc.Formatters.Xml.Test Use buffer pooling in IOutputFormatters 2015-10-23 08:10:30 -07:00
Microsoft.AspNet.Mvc.FunctionalTests Content negotiation fails in subsequent requests accepting same media type 2015-10-30 14:10:31 -07:00
Microsoft.AspNet.Mvc.IntegrationTests
Microsoft.AspNet.Mvc.Localization.Test
Microsoft.AspNet.Mvc.Razor.Host.Test React to aspnet/Razor#580. 2015-10-29 16:26:00 -07:00
Microsoft.AspNet.Mvc.Razor.Test * Move logging to new style 2015-10-30 12:43:17 -07:00
Microsoft.AspNet.Mvc.TagHelpers.Test
Microsoft.AspNet.Mvc.Test
Microsoft.AspNet.Mvc.TestCommon
Microsoft.AspNet.Mvc.TestDiagnosticListener.Sources [Fixes #3274] Added DiagnosticsSource for ViewComponent 2015-10-23 12:51:12 -07:00
Microsoft.AspNet.Mvc.ViewFeatures.Test Allow enums to be serialized by SessionStateTempDataProvider 2015-10-24 08:16:19 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest Use buffer pooling in IOutputFormatters 2015-10-23 08:10:30 -07:00
WebSites Content negotiation fails in subsequent requests accepting same media type 2015-10-30 14:10:31 -07:00