nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00844
[Bug 459224] Re: Culture test failure under .NET 4.0
** Changed in: nunit-3.0
Status: Fix Committed => Fix Released
--
Culture test failure under .NET 4.0
https://bugs.launchpad.net/bugs/459224
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit Test Framework: Fix Released
Status in NUnit V2 Test Framework: Fix Released
Bug description:
NUnit test NUnit.Core.Tests.CultureSettingAndDetectionTests.SettingInvalidCultureGivesError expects .NET to give an ArgumentException when an invalid culture is set. Under .NET 4.0, the exception is System.Globalization.CultureNotFoundException causing a failure.