aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../Metadata
Doug Bunting 0d92a829ff Correct minor problem in `CachedDataAnnotationsModelMetadata.ComputeDisplayFormatString()`
- only affects an extreme corner case: user sets `metadata.EditFormatString` then reads
  `metadata.DisplayFormatString`
- an extreme case because `EditFormatString` is normally set only when
  `DisplayFormatString` is set and, if set, it's to the same value
- happened to see this while updating `CachedDataAnnotationsModelMetadata` for this PR

nit: an -> a in an adjacent XML comment in `CachedDataAnnotationsModelMetadata`
2014-10-02 19:13:45 -07:00
..
AssociatedMetadataProviderTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00
CachedDataAnnotationsMetadataAttributesTest.cs Take advantage of nameof to improve our usage of MemberData across the code base. 2014-09-02 13:53:03 -07:00
CachedDataAnnotationsModelMetadataProviderTest.cs Move two recently-added `[HiddenInput]` tests into `CachedDataAnnotationsModelMetadataProviderTest` 2014-08-20 10:07:49 -07:00
CachedDataAnnotationsModelMetadataTest.cs Correct minor problem in `CachedDataAnnotationsModelMetadata.ComputeDisplayFormatString()` 2014-10-02 19:13:45 -07:00
ModelMetadataTest.cs Updated to use the new target framework in project.json 2014-09-04 02:02:40 -07:00