aspnetcore/test/WebSites
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
..
ApiExplorerWebSite
ApplicationModelWebSite
BasicWebSite [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
ControllersFromServicesClassLibrary [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
ControllersFromServicesWebSite [Fixes #4087] Add support for AddTagHelpersAsServices() 2016-04-02 10:32:48 -07:00
CorsWebSite
ErrorPageMiddlewareWebSite
FilesWebSite
FiltersWebSite
FormatterWebSite
HtmlGenerationWebSite Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
Microsoft.AspNetCore.Mvc.TestConfiguration
RazorPageExecutionInstrumentationWebSite
RazorWebSite
RoutingWebSite Repair failing functional test 2016-04-11 12:07:51 -07:00
SimpleWebSite
TagHelpersWebSite
UserClassLibrary
VersioningWebSite
WebApiCompatShimWebSite Explicitly add tracesource dependency 2016-04-05 00:02:49 -07:00
XmlFormattersWebSite