← Back to team overview

nunit-core team mailing list archive

[Bug 499232] Re: SetUICulture doen't work in nunit-console (but nunit-gui)

 

I marked this incomplete some time ago because of the lack of an
example, but it seems that I forgot to add a comment to explain why. Can
you provide a simple code that illustrates the problem?

-- 
SetUICulture doen't work in nunit-console (but nunit-gui)
https://bugs.launchpad.net/bugs/499232
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: Incomplete

Bug description:
I need to set different ui cultures to test the correctness of some resources.

Using SetCulture and SetUICulture for the whole test fixture works fine, when the test are run with nunit-gui. But if I run the same test with the same settings with nunit-console cultures are always "en" independent of what I have set with Set(UI)Culture.

NUnit 2.5.2
NAnt 0.86
.NET 3.5 64 Bit
Windows 7
Visual Studio 2008