← Back to team overview

nunit-core team mailing list archive

[Bug 561436] Re: SetCulture broken with 2.5.4

 

Found the cause... setting culture was incorporated into DoOneTimeSetUp,
which is bypassed by parameterized fixtures. It doesn't really belong
there.

The good news: this won't affect any other attributes.

** Changed in: nunitv2
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

** Changed in: nunitv2
   Importance: Undecided => High

-- 
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 Test Framework: New
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