[Nunit-core] [Bug 812697] Re: Stopping an running test case using Stop button in NUnit GUI

2011-12-31 Thread Charlie Poole
NUnit stops the tests by the simple expedient of aborting the thread that runs the tests. The problem you are encountering is in the logic of the .NET Thread.Abort call. Thread.Abort, when issued against a managed thread, normally raises a System.Threading.ThreadAbortException. There are several

[Nunit-core] [Bug 788715] Re: NUnit crashes in quickfix project

2011-12-31 Thread Charlie Poole
** Changed in: nunitv2 Status: New = Invalid -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/788715 Title: NUnit crashes in quickfix project Status in NUnit V2 Test Framework:

[Nunit-core] [Bug 820335] Re: nUnit (2.5.10.11092) - Installation Error

2011-12-31 Thread Charlie Poole
This won't be fixed, for a few reasons: 1. I can't reproduce it. 2. Only a few people have it and one of those was in a special situation. 3. We're well past the 2.5.10 release at this point. 4. No problems have been reported with the 2.6 releases. All that said, we can revisit it if the problem

[Nunit-core] [Bug 761579] Re: Tests using log4net run very slowly

2011-12-31 Thread Charlie Poole
** Changed in: nunitv2 Importance: Undecided = Medium ** Changed in: nunitv2 Milestone: None = 2.6.0 ** Changed in: nunitv2 Status: New = Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2.

[Nunit-core] [Bug 761579] Re: Tests using log4net run very slowly

2011-12-31 Thread Charlie Poole
The slowdown is because NUnit captures all log events so that they can be displayed in the Gui. This takes place at the level of NUnit's own Appender, since we can't interfere with the overall level of logging for the app. In NUnit 2.5, the capture occurs under the console runner as well as the

[Nunit-core] [Bug 882192] Re: Ignored test icon should be more prominent

2012-01-02 Thread Charlie Poole
** Changed in: nunitv2 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/882192 Title: Ignored test icon should be more prominent Status in NUnit V2 Test

[Nunit-core] [Bug 892844] Re: Not using Mono 4.0 profile under Windows

2012-01-10 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/892844 Title: Not using Mono 4.0 profile under Windows

[Nunit-core] [Bug 898192] Re: Feature Request: Is.Negative, Is.Positive

2012-01-10 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/898192 Title: Feature Request: Is.Negative, Is.Positive

[Nunit-core] [Bug 898256] Re: IEnumerableT for Datapoints doesn't work

2012-01-10 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/898256 Title: IEnumerableT for Datapoints doesn't work

[Nunit-core] [Bug 893991] Re: When working directory contains # sign, it is truncated

2012-01-10 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/893991 Title: When working directory contains # sign, it is truncated Status

[Nunit-core] [Bug 893919] Re: DelayedConstraint fails polling properties on references which are initially null

2012-01-10 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/893919 Title: DelayedConstraint fails polling properties on

[Nunit-core] [Bug 892847] Re: Gui offers to load assemblies under a lower CLR version

2012-01-10 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/892847 Title: Gui offers to load assemblies under a lower CLR version Status

[Nunit-core] [Bug 860558] Re: pnunit-agent can't run a tests from another folder

2012-01-13 Thread Charlie Poole
** Changed in: nunitv2 Status: New = In Progress ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunitv2 Importance: Undecided = Medium -- You received this bug notification because you are a member of NUnit Developers, which

[Nunit-core] [Bug 910218] Re: NUnit should add a trailing separator to the ApplicationBase

2012-01-15 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/910218 Title: NUnit should add a trailing separator to the

[Nunit-core] [Bug 881617] Re: Tests with invalid category attributes should be more visible

2012-01-15 Thread Charlie Poole
to clearly display any expression found. ** Changed in: nunit-3.0 Milestone: 2.9.6 = None ** Changed in: nunit-3.0 Assignee: Charlie Poole (charlie.poole) = (unassigned) -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit

[Nunit-core] [Bug 878955] Re: ParameterizedTest not in their parent test-suite when FixtureSetup fails in .xml result file

2012-01-15 Thread Charlie Poole
Marking this invalid for NUnit 3.0 because the code that was changed in 2.6 no longer exists in 3.0. ** Changed in: nunit-3.0 Milestone: 2.9.6 = None ** Changed in: nunit-3.0 Assignee: Charlie Poole (charlie.poole) = (unassigned) ** Changed in: nunit-3.0 Status: Triaged

[Nunit-core] [Bug 885604] Re: Feature request: Explicit named parameter to TestCaseAttribute

2012-01-16 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/885604 Title: Feature request: Explicit named parameter to

[Nunit-core] [Bug 860558] Re: pnunit-agent can't run a tests from another folder

2012-01-17 Thread Charlie Poole
** Changed in: nunitv2 Milestone: None = 2.6.0b4 -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/860558 Title: pnunit-agent can't run a tests from another folder Status in NUnit V2 Test

[Nunit-core] [Bug 860558] Re: pnunit-agent can't run a tests from another folder

2012-01-17 Thread Charlie Poole
Temporary fix is committed. It will be removed when a more permanent correction is ready. ** Changed in: nunitv2 Status: In Progress = Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2.

[Nunit-core] [Bug 899178] Re: Wrong failure message for parameterized tests that expect exceptions

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/899178 Title: Wrong failure message for parameterized tests

[Nunit-core] [Bug 912955] Re: project files is missing in source code package

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/912955 Title: project files is missing in source code package Status in

[Nunit-core] [Bug 885173] Re: Tests are still executed after cancellation by user

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/885173 Title: Tests are still executed after cancellation by

[Nunit-core] [Bug 761579] Re: Tests using log4net run very slowly

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/761579 Title: Tests using log4net run very slowly Status in NUnit V2 Test

[Nunit-core] [Bug 903078] Re: DomainUsage.None setting crashes nunit-gui

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/903078 Title: DomainUsage.None setting crashes nunit-gui Status in NUnit V2

[Nunit-core] [Bug 605034] Re: Log4net not working with NUnit

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/605034 Title: Log4net not working with NUnit Status in

[Nunit-core] [Bug 904841] Re: After exiting for timeout the teardown method is not executed

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/904841 Title: After exiting for timeout the teardown method

[Nunit-core] [Bug 902343] Re: Gui 'Hide Tests' function no longer works

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/902343 Title: Gui 'Hide Tests' function no longer works Status in NUnit V2

[Nunit-core] [Bug 860558] Re: pnunit-agent can't run a tests from another folder

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/860558 Title: pnunit-agent can't run a tests from another folder Status in

[Nunit-core] [Bug 708173] Re: NUnit's logic for comparing arrays - use ComparerT[] if it is provided.

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/708173 Title: NUnit's logic for comparing arrays - use

[Nunit-core] [Bug 902305] Re: Gui should not normally display Inconclusive test cases for a Theory

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/902305 Title: Gui should not normally display Inconclusive

[Nunit-core] [Bug 910218] Re: NUnit should add a trailing separator to the ApplicationBase

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/910218 Title: NUnit should add a trailing separator to the

[Nunit-core] [Bug 719184] Re: Platformdependency in src/ClientUtilities/util/Services/DomainManager.cs:40

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/719184 Title: Platformdependency in

[Nunit-core] [Bug 848713] Re: Feature request: Add switch for console to break on any test case error

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/848713 Title: Feature request: Add switch for console to

[Nunit-core] [Bug 903080] Re: Test tree context menu needs to be simplified

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/903080 Title: Test tree context menu needs to be simplified Status in NUnit

[Nunit-core] [Bug 882192] Re: Ignored test icon should be more prominent

2012-01-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/882192 Title: Ignored test icon should be more prominent Status in NUnit V2

[Nunit-core] [Bug 787550] Re: Feature to Find Test in Gui

2012-01-19 Thread Charlie Poole
** Changed in: nunit-3.0 Status: New = Triaged ** Changed in: nunit-3.0 Importance: Undecided = High -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/787550 Title:

[Nunit-core] [Bug 664081] Re: Add Server2008 R2 and Windows 7 to PlatformAttribute

2012-01-19 Thread Charlie Poole
These bugs are already fixed. Please file a new bug so we can track it better. -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/664081 Title: Add Server2008 R2 and Windows 7 to

[Nunit-core] [Bug 909607] Re: Values attribute support for enum types

2012-01-19 Thread Charlie Poole
** Changed in: nunit-3.0 Status: New = Triaged ** Changed in: nunit-3.0 Importance: Undecided = Medium -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/909607 Title:

[Nunit-core] [Bug 898192] Re: Feature Request: Is.Negative, Is.Positive

2012-01-19 Thread Charlie Poole
Exactly so. There are no negative constraints because the design allows any constraint to be negated with Not. Additionally, while it may be useful to add additional requests or information to bugs in some cases, this bug is already closed, so it's really not useful in this case. -- You

[Nunit-core] [Bug 920472] Re: CollectionAssert.IsNotEmpty must dispose Enumerator

2012-01-23 Thread Charlie Poole
** Changed in: nunitv2 Status: New = Triaged ** Changed in: nunitv2 Importance: Undecided = Low -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/920472 Title:

[Nunit-core] [Bug 920472] Re: CollectionAssert.IsNotEmpty must dispose Enumerator

2012-01-23 Thread Charlie Poole
** Also affects: nunit-3.0 Importance: Undecided Status: New ** Changed in: nunit-3.0 Status: New = Triaged ** Changed in: nunit-3.0 Importance: Undecided = Low -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant

[Nunit-core] [Bug 919876] Re: NUnit.Util.Transform.resources missing from nunit.util.dll

2012-01-23 Thread Charlie Poole
NUnit no longer uses an xslt transform to produce its console output as it once did. So the error is a bit of a mystery. What command line are you using with nunit-console in order to get this error? Does it give you a stack trace? Is it possible that you are mixing versions of NUnit? -- You

[Nunit-core] [Bug 919876] Re: NUnit.Util.Transform.resources missing from nunit.util.dll

2012-01-23 Thread Charlie Poole
Ah! I had not noticed that you were the originator of the bug. I haven't seen your post arrive yet, but I'll reply when I do. In a pinch, we could just leave the unused resource in NUnit 2.6 and uncomment those lines. Otherwise, I'll keep this bug to remind me to remove all traces of the unused

[Nunit-core] [Bug 920472] Re: CollectionAssert.IsNotEmpty must dispose Enumerator

2012-01-23 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunit-3.0 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunit-3.0 Milestone: None = 2.9.6 ** Changed in: nunitv2 Status: Triaged = Fix Committed -- You

[Nunit-core] [Bug 920472] Re: CollectionAssert.IsNotEmpty must dispose Enumerator

2012-01-23 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/920472 Title: CollectionAssert.IsNotEmpty must dispose

[Nunit-core] [Bug 531873] Re: Feature: Extraction of unit tests from NUnit test asembly and calling appropriate one

2012-01-23 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Confirmed = Triaged ** Changed in: nunit-3.0 Importance: Undecided = Medium ** Changed in: nunit-3.0 Milestone: None = 2.9.6 ** Changed in: nunit-3.0 Assignee: (unassigned) = Charlie Poole (charlie.poole) -- You received this bug

[Nunit-core] [Bug 919876] Re: NUnit.Util.Transform.resources missing from nunit.util.dll

2012-01-23 Thread Charlie Poole
I haven't seen your note on the NUnit list yet, so I'll answer here. In the past, NUnit was using transforms to create console output, not reports - although you could redirect the console output to a file and call it a report if you liked. XSL transforms are a logical way to go for reports, but

[Nunit-core] [Bug 910189] Re: Eliminate NUnit Configuration Section in config file

2012-01-23 Thread Charlie Poole
** Project changed: nunit-3.0 = nunitv2 ** Changed in: nunitv2 Importance: Undecided = Medium ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant

[Nunit-core] [Bug 655057] Re: Can't debug in VS2010 for prokects built with .NET 4

2012-01-24 Thread Charlie Poole
This bug appears to have been filed against NUnit 3.0 in error, since it references NUnit 2.5.7. I'm changing it to the NUnitV2 project so it's in the right place. The bug is also a Won't Fix since it is caused by the fact that nunit.exe has to start a separate process to run the tests under

[Nunit-core] [Bug 919876] Re: NUnit.Util.Transform.resources missing from nunit.util.dll

2012-01-24 Thread Charlie Poole
** Changed in: nunitv2 Status: New = Triaged ** Changed in: nunitv2 Importance: Undecided = Low ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) -- You received this bug notification because you are a member of NUnit Developers, which is subscribed

[Nunit-core] [Bug 901212] Re: Feature request: Generic constraint model

2012-01-24 Thread Charlie Poole
** Tags added: feature framework -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/901212 Title: Feature request: Generic constraint model Status in NUnit Test Framework: New

[Nunit-core] [Bug 740304] Re: teardown performance memory

2012-01-24 Thread Charlie Poole
** Tags removed: testcontext ** Tags added: feature framework -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/740304 Title: teardown performance memory Status in NUnit Test

[Nunit-core] [Bug 613727] Re: Add OSArchitecture Attribute to Environment node in result xml

2012-01-24 Thread Charlie Poole
** Tags added: feature framework -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/613727 Title: Add OSArchitecture Attribute to Environment node in result xml Status in NUnit

[Nunit-core] [Bug 498690] Re: Assert.That() doesn't like properties with scoped setters

2012-01-24 Thread Charlie Poole
. Comments and other suggestions are welcome. Charlie ** Changed in: nunitv2 Status: Confirmed = Triaged ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunitv2 Milestone: None = 2.6.0rc ** Also affects: nunit-3.0 Importance: Undecided

[Nunit-core] [Bug 919876] Re: NUnit.Util.Transform.resources missing from nunit.util.dll

2012-01-24 Thread Charlie Poole
Since you are already distributing some NUnit assemblies with NAnt, no new license issues are introduced if you take the transform file and embed it yourself. I assume NAnt includes the NUnit license file somewhere. OTOH, since NUnit 2.6 is really the end of the line, it would do no harm to keep

[Nunit-core] [Bug 919876] Re: NUnit.Util.Transform.resources missing from nunit.util.dll

2012-01-24 Thread Charlie Poole
Additional FYI... The Visual Studio build of NUnit still embeds the file, so I want to change either it or the NAnt script to be consistent. Charlie -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2.

[Nunit-core] [Bug 498690] Re: Assert.That() doesn't like properties with scoped setters

2012-01-24 Thread Charlie Poole
I added Assert.ByVal methods equivalent to Assert.That, but without the offending overload. Note that there is no equivalent in the AssertionHelper syntax (Expect) so you have to use Assert.ByVal if the problem applies. ** Changed in: nunitv2 Status: Triaged = Fix Committed -- You

[Nunit-core] [Bug 719187] Re: Using Path.GetTempPath() causes conflicts in shared temporary folders

2012-01-24 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/719187 Title: Using Path.GetTempPath() causes conflicts in

[Nunit-core] [Bug 719187] Re: Using Path.GetTempPath() causes conflicts in shared temporary folders

2012-01-24 Thread Charlie Poole
Shadow copy cache is now in user local application data. -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/719187 Title: Using Path.GetTempPath() causes conflicts in shared

[Nunit-core] [Bug 697329] Re: NUnit tries to test disabled projects

2012-01-25 Thread Charlie Poole
projects, which results in the following File not found-error: C:\buildsystem\bin\CruiseControl.NET-1.4.3.4023-patched\WorkingDirs\Foo-v2.8nunit-console-x86 foo.sln /config=Release NUnit version 2.5.9.10348 Copyright (C) 2002-2009 Charlie Poole. Copyright (C) 2002-2004 James W. Newkirk

[Nunit-core] [Bug 498690] Re: Assert.That() doesn't like properties with scoped setters

2012-01-25 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/498690 Title: Assert.That() doesn't like properties with scoped

[Nunit-core] [Bug 498690] Re: Assert.That() doesn't like properties with scoped setters

2012-01-25 Thread Charlie Poole
At this time, the fix in NUnit 3.0 matches that in NUnit 2.6 - that is, we support a new method Assert.ByVal(...) for use by VB developers encountering the problem. It's possible that the API will change in the final release. -- You received this bug notification because you are a member of

[Nunit-core] [Bug 922455] [NEW] Add Support for Windows 8 and Windows 2012 Server to PlatformAttribute

2012-01-26 Thread Charlie Poole
Public bug reported: To match existing tokens, we should recognize 'Windows8' and 'Win2012Server' ** Affects: nunitv2 Importance: Medium Assignee: Charlie Poole (charlie.poole) Status: In Progress ** Tags: framework ** Changed in: nunitv2 Importance: Undecided = Medium

[Nunit-core] [Bug 922455] Re: Add Support for Windows 8 and Windows 2012 Server to PlatformAttribute

2012-01-27 Thread Charlie Poole
** Also affects: nunit-3.0 Importance: Undecided Status: New ** Changed in: nunit-3.0 Status: New = Triaged ** Changed in: nunit-3.0 Importance: Undecided = High ** Changed in: nunit-3.0 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunit-3.0

[Nunit-core] [Bug 922455] Re: Add Support for Windows 8 and Windows 2012 Server to PlatformAttribute

2012-01-28 Thread Charlie Poole
** Changed in: nunit-3.0 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/922455 Title: Add Support for Windows 8 and Windows 2012 Server

[Nunit-core] [Bug 531873] Re: Feature: Extraction of unit tests from NUnit test asembly and calling appropriate one

2012-01-28 Thread Charlie Poole
This is now provided by the --explore option of the console runner ** Changed in: nunit-3.0 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework.

[Nunit-core] [Bug 809947] Re: SetUpFixture with parameter

2012-01-28 Thread Charlie Poole
** Tags added: framework -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/809947 Title: SetUpFixture with parameter Status in NUnit Test Framework: New Bug description:

[Nunit-core] [Bug 638289] Re: Install uses CURRENT_USER instead of LOCAL_MACHINE for AssemblyFoldersEx

2012-01-28 Thread Charlie Poole
It looks like this bug was erroneously filed against NUnit 3.0, which doesn't have an installer yet. As a result, it has been passed over for more than a year. I'm changing it to the NUnit V2 project so we can decide how to resolve it. ** Project changed: nunit-3.0 = nunitv2 -- You received

[Nunit-core] [Bug 498659] Re: Registry entries and shortcuts remain after install

2012-01-29 Thread Charlie Poole
Since we are doing a 2.6 release, I'm moving this back to the NUnitV2 project. ** Project changed: nunit-3.0 = nunitv2 ** Changed in: nunitv2 Status: Triaged = In Progress ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunitv2

[Nunit-core] [Bug 638289] Re: Install uses CURRENT_USER instead of LOCAL_MACHINE for AssemblyFoldersEx

2012-01-31 Thread Charlie Poole
** Changed in: nunitv2 Status: In Progress = Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/638289 Title: Install uses CURRENT_USER instead of LOCAL_MACHINE for

[Nunit-core] [Bug 498659] Re: Registry entries and shortcuts remain after install

2012-01-31 Thread Charlie Poole
** Changed in: nunitv2 Status: In Progress = Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/498659 Title: Registry entries and shortcuts remain after install Status in

[Nunit-core] [Bug 924504] Re: NUnit project files should have an Edit command association with the project editor

2012-02-04 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/924504 Title: NUnit project files should have an Edit command association

[Nunit-core] [Bug 910189] Re: Eliminate NUnit Configuration Section in config file

2012-02-04 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/910189 Title: Eliminate NUnit Configuration Section in config file Status in

[Nunit-core] [Bug 638289] Re: Install uses CURRENT_USER instead of LOCAL_MACHINE for AssemblyFoldersEx

2012-02-04 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/638289 Title: Install uses CURRENT_USER instead of LOCAL_MACHINE for

[Nunit-core] [Bug 498659] Re: Registry entries and shortcuts remain after install

2012-02-04 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/498659 Title: Registry entries and shortcuts remain after install Status in

[Nunit-core] [Bug 920472] Re: CollectionAssert.IsNotEmpty must dispose Enumerator

2012-02-04 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/920472 Title: CollectionAssert.IsNotEmpty must dispose

[Nunit-core] [Bug 928018] Re: Issue with test time print out

2012-02-06 Thread Charlie Poole
** Changed in: nunitv2 Status: New = Triaged ** Changed in: nunitv2 Importance: Undecided = High ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) -- You received this bug notification because you are a member of NUnit Developers, which is subscribed

[Nunit-core] [Bug 928018] Re: Issue with test time print out

2012-02-06 Thread Charlie Poole
Suites containing ignored test cases are marked ignored and so are their parent suites, right up to the assembly level. The reason given is that the suite contains ignored tests. This is logical but it isn't what one might expect since the suites are actually executed. So, in some cases, tests

[Nunit-core] [Bug 928246] Re: Use assembly.Location instead of assembly.CodeBase

2012-02-07 Thread Charlie Poole
** Changed in: nunit-3.0 Status: New = Triaged ** Changed in: nunit-3.0 Importance: Undecided = High ** Changed in: nunit-3.0 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunit-3.0 Milestone: None = 2.9.6 -- You received this bug notification

[Nunit-core] [Bug 928421] Re: No ProjectService instantiated in CreateDomain

2012-02-07 Thread Charlie Poole
There are a couple of problems with this bug and the proposed patch... 1. DomainManager and ProjectService are two internal services used by NUnit. Services never instantiate other services, since that would require them to know about the existence of other services. All services must be created

[Nunit-core] [Bug 930774] Re: Adding or Removing a category in the Gui causes an exception

2012-02-11 Thread Charlie Poole
** Changed in: nunitv2 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/930774 Title: Adding or Removing a category in the Gui causes an exception Status

[Nunit-core] [Bug 930774] Re: Adding or Removing a category in the Gui causes an exception

2012-02-11 Thread Charlie Poole
** Changed in: nunitv2 Milestone: None = 2.6.0 -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/930774 Title: Adding or Removing a category in the Gui causes an exception Status in NUnit

[Nunit-core] [Bug 920463] Re: SocketException thrown at ProcessRunner.Dispose

2012-02-12 Thread Charlie Poole
** Tags added: console -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/920463 Title: SocketException thrown at ProcessRunner.Dispose Status in NUnit V2 Test Framework: New Bug description:

[Nunit-core] [Bug 881958] Re: nunit-console-x86 crashes with socketexception

2012-02-12 Thread Charlie Poole
** Tags added: console -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/881958 Title: nunit-console-x86 crashes with socketexception Status in NUnit V2 Test Framework: New Bug description:

[Nunit-core] [Bug 920463] Re: SocketException thrown at ProcessRunner.Dispose

2012-02-15 Thread Charlie Poole
*** This bug is a duplicate of bug 881958 *** https://bugs.launchpad.net/bugs/881958 ** This bug has been marked a duplicate of bug 881958 nunit-console-x86 crashes with socketexception ** This bug is no longer a duplicate of bug 881958 nunit-console-x86 crashes with socketexception

[Nunit-core] [Bug 933800] Re: NUnit will crash when started and dll from previous project doesn't compile

2012-02-17 Thread Charlie Poole
** Changed in: nunitv2 Status: New = Triaged ** Changed in: nunitv2 Importance: Undecided = High ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) ** Changed in: nunitv2 Milestone: None = 2.6.0 -- You received this bug notification because you

[Nunit-core] [Bug 881715] Re: Frequent socketexception in nUnit GUI

2012-02-17 Thread Charlie Poole
** Changed in: nunitv2 Status: New = Triaged ** Changed in: nunitv2 Importance: Undecided = Medium ** Changed in: nunitv2 Assignee: (unassigned) = Charlie Poole (charlie.poole) -- You received this bug notification because you are a member of NUnit Developers, which

[Nunit-core] [Bug 881715] Re: Frequent socketexception in nUnit GUI

2012-02-17 Thread Charlie Poole
** Changed in: nunitv2 Status: Triaged = Fix Committed ** Changed in: nunitv2 Milestone: None = 2.6.0 -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/881715 Title: Frequent

[Nunit-core] [Bug 882750] Re: Isolated COM class referenced in the test DLL not found

2012-02-17 Thread Charlie Poole
To test with NUnit, NUnit would have to be aware of the manifest. I suggest registering the component for testing purposes. ** Changed in: nunitv2 Status: New = Won't Fix -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2.

[Nunit-core] [Bug 935952] Re: Issue with Expected result when running NUnit 2.5.10 tests under 2.6

2012-02-18 Thread Charlie Poole
** Changed in: nunitv2 Status: Triaged = Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/935952 Title: Issue with Expected result when running NUnit 2.5.10 tests under 2.6

[Nunit-core] [Bug 935952] Re: Issue with Expected result when running NUnit 2.5.10 tests under 2.6

2012-02-20 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/935952 Title: Issue with Expected result when running NUnit 2.5.10 tests

[Nunit-core] [Bug 933800] Re: NUnit will crash when started and dll from previous project doesn't compile

2012-02-20 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/933800 Title: NUnit will crash when started and dll from previous project

[Nunit-core] [Bug 928018] Re: Issue with test time print out

2012-02-20 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/928018 Title: Issue with test time print out Status in NUnit V2 Test

[Nunit-core] [Bug 881715] Re: Frequent socketexception in nUnit GUI

2012-02-20 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/881715 Title: Frequent socketexception in nUnit GUI Status in NUnit V2 Test

[Nunit-core] [Bug 881958] Re: nunit-console-x86 crashes with socketexception

2012-02-20 Thread Charlie Poole
** Changed in: nunitv2 Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/881958 Title: nunit-console-x86 crashes with socketexception Status in NUnit

[Nunit-core] [Bug 939596] Re: Exceptions while starting NUnit Gui

2012-02-23 Thread Charlie Poole
** Project changed: nunit-3.0 = nunitv2 -- You received this bug notification because you are a member of NUnit Core Developers, which is the registrant for NUnit Framework. https://bugs.launchpad.net/bugs/939596 Title: Exceptions while starting NUnit Gui Status in NUnit V2 Test Framework:

[Nunit-core] [Bug 942609] Re: NUnit 2.6 ignores the TestRunner - STA setting

2012-02-28 Thread Charlie Poole
From the release notes for 2.6: NUnit no longer stores settings in the test configuration file, as it did in earlier versions. Specifically, we no longer recognize or support OldStyleTestCases ApartmentState ThreadPriority DefaultLogThreshold To run tests in the STA, use the

[Nunit-core] [Bug 957899] Re: Feature: Assert.DoesNotThrow() needs exception details

2012-03-17 Thread Charlie Poole
This is out of date. The 2.6 release shows information about any unexpected exception. Regarding how various subfeatures depend upon one another... The Asserts all depend on the constraints (e.g. Assert.Throws on ConstraintExpression.Throws) The Not versions depend on the ones without Not's

[Nunit-core] [Bug 957899] Re: Feature: Assert.DoesNotThrow() needs exception details

2012-03-17 Thread Charlie Poole
Hmm... it could be that the change was made for Throws and not propogated to DoesNotThrow. -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/957899 Title: Feature: Assert.DoesNotThrow() needs

[Nunit-core] [Bug 958768] [NEW] NUnit-Console should support incremental output under TeamCity

2012-03-18 Thread Charlie Poole
Public bug reported: When running under TeamCity, nunit-console should output specially formatted messages to stdout that TeamCity uses to monitor the progress of the test. We can support this via an option like --teamcity, but may also consider doing it automatically in the case where we know we

<    5   6   7   8   9   10   11   12   13   14   >