SetCulture broken with 2.5.4
Bug #561436 reported by
Pascal Berger
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
NUnit Framework |
Fix Released
|
High
|
Charlie Poole | ||
NUnit V2 |
Fix Released
|
High
|
Charlie Poole |
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)
Changed in nunitv2: | |
status: | In Progress → Fix Committed |
Changed in nunit-3.0: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Charlie Poole (charlie.poole) |
milestone: | none → 2.9.4 |
Changed in nunit-3.0: | |
status: | Triaged → Fix Committed |
Changed in nunitv2: | |
status: | Fix Committed → Fix Released |
Changed in nunit-3.0: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
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/CultureSe ttingAndDetecti onTests. 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