[Nunit-core] [Bug 519912] Re: Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests

2010-07-31 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Fix Committed = Fix Released -- Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests https://bugs.launchpad.net/bugs/519912 You received this bug notification because you are a member of NUnit Developers, which is subscribed to

[Nunit-core] [Bug 519912] Re: Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests

2010-07-26 Thread Launchpad Bug Tracker
** Branch linked: lp:nunit-3.0 -- Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests https://bugs.launchpad.net/bugs/519912 You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. Status in NUnit Test Framework:

[Nunit-core] [Bug 519912] Re: Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests

2010-04-12 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests https://bugs.launchpad.net/bugs/519912 You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit

[Nunit-core] [Bug 519912] Re: Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests

2010-02-13 Thread Charlie Poole
This turns out to also apply to changes to CurrentCulture or CurrentUICulture done in a TestFixtureSetUp method. The fix deals with these as well. ** Also affects: nunit-3.0 Importance: Undecided Status: New ** Changed in: nunit-3.0 Assignee: (unassigned) = Charlie Poole

[Nunit-core] [Bug 519912] Re: Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests

2010-02-13 Thread Charlie Poole
** Changed in: nunitv2 Status: In Progress = Fix Committed -- Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests https://bugs.launchpad.net/bugs/519912 You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit

[Nunit-core] [Bug 519912] Re: Thread.CurrentPrincipal Set In TestFixtureSetUp Not Maintained Between Tests

2010-02-11 Thread Charlie Poole
I think NUnit needs to set the CurrentPrincipal for each thread from the TestContext upon creating it. This affects several different locations in NUnit, so we should try to encapsulate it. ** Changed in: nunitv2 Importance: Undecided = High ** Changed in: nunitv2 Status: New = Triaged