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 Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
ApplicationModelWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
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 Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
ErrorPageMiddlewareWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
FilesWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
FiltersWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
FormatterWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
HtmlGenerationWebSite Preserve existing metadata in `ViewDataDictionary` where possible 2016-04-08 14:44:36 -07:00
Microsoft.AspNetCore.Mvc.TestConfiguration Fixed packages 2016-03-25 12:27:49 -07:00
RazorPageExecutionInstrumentationWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
RazorWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
RoutingWebSite Repair failing functional test 2016-04-11 12:07:51 -07:00
SimpleWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
TagHelpersWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
UserClassLibrary
VersioningWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00
WebApiCompatShimWebSite Explicitly add tracesource dependency 2016-04-05 00:02:49 -07:00
XmlFormattersWebSite Update samples and react to Kestrel extensions 2016-03-30 17:33:25 -07:00