aspnetcore/test/Microsoft.AspNet.Mvc.Functi.../compiler/resources
Doug Bunting 27283ec098 Make `string`-based expression evaluations behave consistently
- #1485, #1487
 - handle `TemplateInfo.HtmlFieldPrefix` in `ViewDataEvaluator.Eval()`
  - attempt lookup in the `ViewDataDictionary` using full name then evaluate
    relative `expression` against `viewData.Model`
  - handle `null` or empty `expression` special case in this method (remove `throw`s)
 - always pass relative `expression` name into `Eval()`
  - remove `null` or empty `expression` handling from higher-level code
  - in a couple of cases, special-case returned `ViewDataInfo`
- #2662
 - remove incorrect guard from `DefaultHtmlGenerator.GenerateRadioButtion()`
- add doc comments for the core methods that have changed
- enable unit tests skipped due to one of above bugs
 - fix one (yeah, just one) other test with incorrect expectations
- remove functional test comments about the above bugs and update expectations

nits:
- move some comments describing `ViewDataEvaluator` methods above the methods
2015-06-16 21:54:56 -07:00
..
BasicWebSite.Home.ActionLinkView.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
BasicWebSite.Home.Index.html
BasicWebSite.Home.PlainView.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
BasicWebSite.Home.ViewWithPrefixedAttributeValue.html
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Form.Options.AntiForgery.False.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Form.Options.AntiForgery.True.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Form.Options.AntiForgery.null.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Image.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Index.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Input.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Link.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Order.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Product.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Script.html Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
ModelBindingWebSite.Vehicle.Details.html
ModelBindingWebSite.Vehicle.Edit.Invalid.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
ModelBindingWebSite.Vehicle.Edit.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
TagHelpersWebSite.Employee.Create.Invalid.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
TagHelpersWebSite.Employee.Create.html Fix #2407 - Add back the implicit [Required] for value types 2015-05-21 17:52:25 -07:00
TagHelpersWebSite.Employee.Details.AfterCreate.html
TagHelpersWebSite.Home.About.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
TagHelpersWebSite.Home.Help.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
TagHelpersWebSite.Home.Index.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
UpdateDealerVehicle_PopulatesValidationSummary.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
UpdateDealerVehicle_UpdateSuccessful.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
ValidationWebSite.Aria.RemoteAttribute_Home.Create.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
ValidationWebSite.Root.RemoteAttribute_Home.Create.html Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00
ViewEngineController.ViewWithPaths.txt Add support for generating baseline output files while testing 2015-06-01 13:13:39 -07:00