aspnetcore/test
Ryan Nowak 171f4452e3 Repair failing functional test
I recently consolidated some code in routing that made the behavior for
attribute routes and conventional routes more consistent. So now, a
catch-all will add a null value to the RVD if it doesn't capture any text,
but will NOT trounce an existing value in the RVD.

This test depended on the behavior where attribute routes didn't ever add
a null value for a catch-all. The fix is to just add a default to the
catch-all.
2016-04-11 12:07:51 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test [Perf] Remove the validations in ControllerActivator and ViewComponentActivator which are redundant. These 2016-04-08 10:07:33 -07:00
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test
Microsoft.AspNetCore.Mvc.Formatters.Json.Test JsonInputFormatter fails to use custom SerializerSettings 2016-04-05 10:19:49 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Remove workaround for aspnet/External#51 2016-04-10 14:07:18 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests
Microsoft.AspNetCore.Mvc.Localization.Test Fix for #3659 - handle IHtmlContent in localization 2016-04-08 11:20:49 -07:00
Microsoft.AspNetCore.Mvc.Razor.Host.Test [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
Microsoft.AspNetCore.Mvc.Razor.Test [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
Microsoft.AspNetCore.Mvc.TagHelpers.Test Fixing race in distributed cache tag helper 2016-04-06 09:42:24 -07:00
Microsoft.AspNetCore.Mvc.Test [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
Microsoft.AspNetCore.Mvc.TestCommon
Microsoft.AspNetCore.Mvc.TestDiagnosticListener.Sources
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Merge branch 'release' into dev 2016-04-08 16:06:59 -07:00
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
WebSites Repair failing functional test 2016-04-11 12:07:51 -07:00