aspnetcore/test/Microsoft.AspNet.Mvc.Integr...
Harsh Gupta 88ac4b94e4 Fixing #2466, #2446.
The assumption is ModelState should have entries if
1. An error is explicitly added by a model binder.
2. There is validation error reported while validating the model.
3. There is value bound by the model binder.

With this change there should be no extra entry other than for the cases mentioned above.

Also enabling the integration test cases.
2015-05-15 12:27:41 -07:00
..
ActionParametersIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
ArrayModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
BinderTypeBasedModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
BodyValidationIntegrationTests.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
ByteArrayModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
CancellationTokenModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
CollectionModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
DictionaryModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
FormCollectionModelBindingIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
FormFileModelBindingIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
GenericModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
HeaderModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
KeyValuePairModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
Microsoft.AspNet.Mvc.IntegrationTests.xproj
ModelBindingTestHelper.cs Pass InputFormatters in OBC 2015-05-13 16:02:34 -07:00
MutableObjectModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
ServicesModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
TestMvcOptions.cs
TryUpdateModelIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
TypeConverterModelBinderIntegrationTest.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
ValidationIntegrationTests.cs Fixing #2466, #2446. 2015-05-15 12:27:41 -07:00
project.json