nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #00379
[Bug 561436] Re: SetCulture broken with 2.5.4
Good catch! This seems to be unique to the situation in which
SetCultureAttribute is specified on the method and there are multiple
test cases. NUnit had no tests for that combination. I wonder if this
applies to any other attributes...
** Changed in: nunitv2
Status: New => Confirmed
** Changed in: nunitv2
Milestone: None => 2.5.5
--
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: Confirmed
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