nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00374
[Bug 561436] Re: SetCulture broken with 2.5.4
Hmmm... this is a bit of a mystery, since NUnit's own tests of
SetCultureAttribute are passing - at least for me.
To clarify the issue, here are a few things to try...
1) Do NUnit's tests all pass for you?
2) Take a look at our tests at http://bazaar.launchpad.net/~nunit-
core/nunitv2/2.5.3/annotate/head%3A/src/NUnitCore/tests/CultureSettingAndDetectionTests.cs
Is there some use case we are missing?
3) Can you post a simple test that reproduces the error?
Thanks for the report
Charlie
--
SetCulture broken with 2.5.4
https://bugs.launchpad.net/bugs/561436
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
Status in NUnit V2 Test Framework: New
Bug description:
I've several test cases with the SetCulture attribute set on it. Since update to NUnit 2.5.4 these test cases are always run with "en" culture instead of the one provided by the SetCulture attribute (same behaviour in Gui and Console)
References