srkirkland / DataAnnotationsExtensions

Validation extensions for DataAnnotations, including optional MVC client validation implementations
https://dataannotationsextensions.apphb.com/
BSD 3-Clause "New" or "Revised" License
308 stars 86 forks source link

Issue44 patch #45

Closed patterson-philip closed 12 years ago

patterson-philip commented 12 years ago

This patch fixes a bug created by apparent changes to MSTest. I added a base class for doing TestCleanup to remove changes to the executing thread's CurrentUICulture. This has 0 impact on any of the code and is changes only to test classes in the test project.