Re: [Nunit-core] [Bug 796880] Re: nunit-concole-x86 unable to load external library on which test suite depends on

2011-06-14 Thread Charlie Poole
-2.0\nunit-console-x86.exe /trace=Verbose /framework=4.0 Tests.dll NUnit version 2.5.10.11092 Copyright (C) 2002-2009 Charlie Poole. Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov. Copyright (C) 2000-2002 Philip Craig. All Rights Reserved. R

Re: [Nunit-core] [Bug 796880] Re: nunit-concole-x86 unable to load external library on which test suite depends on

2011-06-14 Thread Charlie Poole
s of attributes only > > > > Sample solution provided @ Solution\Tests\Tests.sln > > > > Instructions to reproduce: > > 1. Compile solution > > 2. Copy Attributes.dll to nunit binary directory > > 3. Run nunit-console-x86.exe Tests.dll (from the Debug\Tests directory) &g

[Nunit-core] [Bug 800089] Re: Assert.Throws() hides details of inner AssertionException

2011-06-21 Thread Charlie Poole
Normally, one would expect Assert.Throws to be used with one of the methods under test rather than with a test method. Nevertheless, it seems useful to give more info about the exception that was actually thrown. ** Changed in: nunitv2 Status: New => Triaged ** Changed in: nunitv2 Impor

Re: [Nunit-core] [Bug 802093] [NEW] TestAdapter.get_FullName throws NullReferenceException

2011-06-25 Thread Charlie Poole
I assume you mean NUnit 2.5.9. Where are you making the call to TestContext.Test.FullName - i.e. in a test, in setup, etc? There was a bug supposedly fixed in 2.5.8 where TestContext was null when there was a non-zero TimeOut. Could that be the case here? Charlie On Sat, Jun 25, 2011 at 9:37 PM

[Nunit-core] [Bug 802093] Re: TestAdapter.get_FullName throws NullReferenceException

2011-06-26 Thread Charlie Poole
Makes sense. TestContext wasn't available in 2.5.3. charlie On Sun, Jun 26, 2011 at 6:31 AM, Andrew Arnott <802...@bugs.launchpad.net> wrote: > Ya, switching from 2.5.3 to 2.5.8 resolved the issue on TeamCity.  Sorry > for the noise. > > -- > You received this bug notification because you are the

Re: [Nunit-core] [Bug 806357] [NEW] Display relative path in GUI's tree (option)

2011-07-06 Thread Charlie Poole
One possible implementation: * Show just the project or assembly file name in the tree. * On rollover, show the path * When showing the path, show relative path if it's under the solution directory, otherwise show the absolute path. On Wed, Jul 6, 2011 at 12:49 AM, Lionel <806...@bugs.launchpad

[Nunit-core] [Bug 807873] Re: [SetUpFixture] is not working as expected in GUI - Flat list mode

2011-07-09 Thread Charlie Poole
** Also affects: nunit-3.0 Importance: Undecided Status: New ** Changed in: nunitv2 Status: New => Won't Fix -- 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/8078

[Nunit-core] [Bug 807873] Re: [SetUpFixture] is not working as expected in GUI - Flat list mode

2011-07-09 Thread Charlie Poole
This is a known problem with NUnit 2.x, which requires significant design changes in order to fix. For that reason, it has been scheduled for correction in the NUnit 3.0 project. Under NUnit 2.x, the Gui display is not separate from the structure of the tests themselves. That is, when you select a

[Nunit-core] [Bug 806198] Re: nunit console crashes when opening vs2010 projects. Expects a outputpath in every propertygroup

2011-07-10 Thread Charlie Poole
Can you supply a complete project file that we can use as a test? ** Changed in: nunitv2 Status: New => Triaged ** Changed in: nunitv2 Importance: Undecided => Medium ** Changed in: nunitv2 Milestone: None => 2.6.0b1 -- You received this bug notification because you are a member

[Nunit-core] [Bug 737783] Re: Distributed Results.xsd file is out of date

2011-07-10 Thread Charlie Poole
Should have been marked released earlier ** 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/737783 Title: Distributed Results.x

Re: [Nunit-core] [Bug 730891] Re: GUI runner option to stop upon failure

2011-07-12 Thread Charlie Poole
I haven't tried the code, but it doesn't look like it should work. The Sleep command will put the thread that sends events into a wait state. However, that won't have any impact on the test thread. I think it will just continue to run tests and queue events that you never see because of the Sleep.

Re: [Nunit-core] [Bug 809679] [NEW] Assert.IsAssignableFrom is not implemented properly

2011-07-12 Thread Charlie Poole
This has come up in the past and there's some logic in what you say. OTOH, the API has worked the same way for a number of years and we don't like to break people's code. We could consider changing it in NUnit 3.0, since it's a major version upgrade, but I'd like to see some support for the change

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

2011-07-13 Thread Charlie Poole
Please enlarge on how you would like this feature to work at runtime. On Wed, Jul 13, 2011 at 8:20 AM, Rechenelf <809...@bugs.launchpad.net> wrote: > Public bug reported: > > SetUpFixture should have the same possibilities with paramater as > TextFixture, so that the class can have constructors wi

Re: [Nunit-core] [Bug 730891] Re: GUI runner option to stop upon failure

2011-07-13 Thread Charlie Poole
I'm not sure why it appears to work, but if it's helping you go for it! We won't change any of the current behavior in NUnit 2.x unless somebody reports a bug. NUnit 3.0 will have an entirely different approach to addins. Charlie On Wed, Jul 13, 2011 at 7:40 AM, Nicolas Rivera <730...@bugs.launc

[Nunit-core] [Bug 785460] Re: Add Category parameter to TestCaseSourceAttribute

2011-07-15 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/785460 Title: Add Category parameter to TestCaseSourceAttribute Status in NUnit V2 Test Fram

[Nunit-core] [Bug 800089] Re: Assert.Throws() hides details of inner AssertionException

2011-07-15 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/800089 Title: Assert.Throws() hides details of inner AssertionException Status in NUnit V2 T

[Nunit-core] [Bug 806198] Re: nunit console crashes when opening certain projects with common output path. Expects a outputpath in every propertygroup

2011-07-16 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (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.ne

[Nunit-core] [Bug 806198] Re: nunit console crashes when opening certain projects with common output path. Expects a outputpath in every propertygroup

2011-07-16 Thread Charlie Poole
This has been fixed for the case where a common output path is provided in a PropertyGroup with no condition or where the condition does not specify a configuration. The group with the common output path must appear in the project file before the individual configurations. In general, it's not pra

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

2011-07-21 Thread Charlie Poole
That's clear. It seems like we would want more than just Ignore though. In your example, the entire suite of tests would be listed as Ignored - however many test cases it had - and the overall result would be a warning. Perhaps that works in your case, but I imagine some folks would prefer to use

[Nunit-core] [Bug 746247] Re: Add AllowPartiallyTrustedCallersAttribute to nunit.framework assembly to allow use in medium trust scenarios

2011-07-22 Thread Charlie Poole
** Changed in: nunitv2 Status: New => Triaged ** Changed in: nunitv2 Importance: Undecided => Medium ** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Changed in: nunitv2 Milestone: None => 2.6.0b1 -- You received this bug

[Nunit-core] [Bug 681173] Re: better error messages for UAC/permission problems

2011-07-22 Thread Charlie Poole
** Changed in: nunitv2 Importance: Undecided => Medium ** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Changed in: nunitv2 Milestone: None => 2.6.0b1 -- You received this bug notification because you are a member of NUnit Developers,

[Nunit-core] [Bug 662937] Re: "Assembly Not Loaded" error, unhandled TypeLoadException

2011-07-22 Thread Charlie Poole
I am unable to reproduce this bug on either NUnit 2.5.7 or 2.5.10. Following the instructions, the tests are never reloaded and therefore never rerun because the build has failed. This is as it should be. What's shown in your exception could occur if the test were rerun after successfully replacin

[Nunit-core] [Bug 815113] [NEW] NUnit Projects don't have a distinctive icon under Linux

2011-07-23 Thread Charlie Poole
Public bug reported: Under Linux files like NUnitTests.nunit show up with a default icon rather than the NUnit icon. We need to install our icon for use with files of this type. Since we don't yet have an install package for Linux, this can be provided as a shell script or possibly even a set of u

[Nunit-core] [Bug 746247] Re: Add AllowPartiallyTrustedCallersAttribute to nunit.framework assembly to allow use in medium trust scenarios

2011-07-23 Thread Charlie Poole
Is it only the framework assembly that requires this for your purposes? -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/746247 Title: Add AllowPartiallyTrustedCallersAttribute to nunit.framewo

Re: [Nunit-core] [Bug 730891] Re: GUI runner option to stop upon failure

2011-07-25 Thread Charlie Poole
Hi Nicolas, On Mon, Jul 25, 2011 at 6:47 PM, Nicolas Rivera <730...@bugs.launchpad.net> wrote: > There is a more flexible way to do this that I just found out about. > > In TearDown() one could write: > > if (TestContext.CurrentContext.Result.Status == TestStatus.Failed) >  { Thread.Sleep(Timeout.

Re: [Nunit-core] [Bug 730891] Re: GUI runner option to stop upon failure

2011-07-25 Thread Charlie Poole
Hi Nicolas, I neglected to answer this question in my last reply... > Are TextContexts something carried over to NUnit 3.0? Yes, they and they can have much more capability than is possible with NUnit 2.6. That's because the 3.0 framework contains the classes that run the tests, which are part o

[Nunit-core] [Bug 681173] Re: better error messages for UAC/permission problems

2011-07-26 Thread Charlie Poole
Looking back at this, I see that you don't have a specific example. Can you provide one? -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/681173 Title: better error messages for UAC/permission p

[Nunit-core] [Bug 730891] Re: GUI runner option to stop upon failure

2011-07-26 Thread Charlie Poole
I posted to the mailing list asking for opinions on this. You may want to join that thread. >From one comment, I began to wonder if your situation could be modeled using >some level of setup. If a setup fails, then all the tests under the control of that setup are immediately failed without tryi

Re: [Nunit-core] [Bug 681173] Re: better error messages for UAC/permission problems

2011-07-26 Thread Charlie Poole
acerbates the bug? I can try to make one. I > think it was happening when I was switching between Pro and Express builds > of the same project and trying to use NUnit. > > On Tue, Jul 26, 2011 at 2:12 PM, Charlie Poole > wrote: > >> Looking back at this, I see that you d

[Nunit-core] [Bug 681173] Re: better error messages for UAC/permission problems

2011-07-27 Thread Charlie Poole
off anymore, just the notifications, which I think would fix the problemI > experienced). > > Seems like reason enough to close the bug and ignore it unless someone else > reports a similar problem. > > > On Tue, Jul 26, 2011 at 10:18 PM, Charlie Poole wrote: > >> Either a

[Nunit-core] [Bug 730891] Re: GUI runner option to stop upon failure

2011-07-28 Thread Charlie Poole
See the discussion of this request at http://groups.google.com/group /nunit-discuss/browse_thread/thread/21279aaa01a78001 As a result of the discussion, the request is being changed to ask for a way to pause execution of the tests, allowing the developer to take whatever debugging action is needed

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

2011-08-03 Thread Charlie Poole
Have you tried downloading it again? Charlie On Wed, Aug 3, 2011 at 5:26 AM, Manoj <820...@bugs.launchpad.net> wrote: > Public bug reported: > > When downloaded nUnit installer (NUnit-2.5.10.11092.msi).. trying to run > it popup following error message... doesn't show any other screen / > message

[Nunit-core] [Bug 746247] Re: Add AllowPartiallyTrustedCallersAttribute to nunit.framework assembly to allow use in medium trust scenarios

2011-08-05 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/746247 Title: Add AllowPartiallyTrustedCallersAttribute to nunit.framework assemb

Re: [Nunit-core] [Bug 602761] Re: nunit-agent hangs after tests complete

2011-08-09 Thread Charlie Poole
Making this a timed wait would certainly guarantee stopping within a certain time, but it might stop prematurely. When the RemoteTestAgent is started, it immediately registeres with the TestAgency (part of the runner) and is then given a set of tests to run. In the case of the Gui runner, it may b

Re: [Nunit-core] [Bug 602761] Re: nunit-agent hangs after tests complete

2011-08-11 Thread Charlie Poole
You would have to compare entries in the agent log file and the gui or console runner file, looking at the timestamps. Charlie On Thu, Aug 11, 2011 at 8:04 AM, Gregory Bok <602...@bugs.launchpad.net> wrote: > I now see the issue with making that an untimed wait.  The scenario you > mentioned is a

[Nunit-core] [Bug 828739] [NEW] Run NUnit tests listed in a file

2011-08-18 Thread Charlie Poole
Public bug reported: I have a list of several thousand NUnit tests that I want to run (generated automatically by another tool). (This is a subset of all of the tests, and changes frequently) I'd like to be able to run these via NUnit-Console.exe. Unfortunately the /run option only takes a direct

[Nunit-core] [Bug 828739] Re: Run NUnit tests listed in a file

2011-08-18 Thread Charlie Poole
Let's discuss how this should work at the command line on the nunit- discuss list. -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/828739 Title: Run NUnit tests listed in a file Status in NUni

[Nunit-core] [Bug 828739] Re: Run NUnit tests listed in a file

2011-08-24 Thread Charlie Poole
Assignee: (unassigned) => Charlie Poole (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/828739 Title: Run N

[Nunit-core] [Bug 828739] Re: Run NUnit tests listed in a file

2011-08-27 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/828739 Title: Run NUnit tests listed in a file Status in NUnit V2 Test Frame

[Nunit-core] [Bug 806198] Re: nunit console crashes when opening certain projects with common output path. Expects a outputpath in every propertygroup

2011-08-27 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/806198 Title: nunit console crashes when opening certain projects with common

[Nunit-core] [Bug 787106] Re: EqualConstraint provides inadequate failure information for IEnumerables

2011-08-27 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/787106 Title: EqualConstraint provides inadequate failure in

[Nunit-core] [Bug 756843] Re: Failing assertion does not show non-linear tolerance mode

2011-08-27 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/756843 Title: Failing assertion does not show non-linear tolerance mode Stat

[Nunit-core] [Bug 746247] Re: Add AllowPartiallyTrustedCallersAttribute to nunit.framework assembly to allow use in medium trust scenarios

2011-08-27 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/746247 Title: Add AllowPartiallyTrustedCallersAttribute to nunit.framework a

[Nunit-core] [Bug 741402] Re: Error running .NET 1.1 console tests

2011-08-27 Thread Charlie Poole
** Changed in: nunitv2/trunk 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/741402 Title: Error running .NET 1.1 console tests Status in NUnit V2

[Nunit-core] [Bug 739039] Re: Add noxml option to console runner

2011-08-27 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/739039 Title: Add noxml option to console runner Status in NUnit V2 Test Fra

[Nunit-core] [Bug 747581] Re: Failure in TestFixtureTearDown not reported in console runner

2011-08-27 Thread Charlie Poole
** Changed in: nunitv2/trunk 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/747581 Title: Failure in TestFixtureTearDown not reported in console ru

[Nunit-core] [Bug 736062] Re: Deadlock when EventListener performs a Trace call + EventPump synchronisation

2011-08-27 Thread Charlie Poole
** Changed in: nunitv2/trunk 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/736062 Title: Deadlock when EventListener performs a T

[Nunit-core] [Bug 728500] Re: TestDomain should unload the test AppDomain

2011-08-27 Thread Charlie Poole
** Changed in: nunitv2/trunk 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/728500 Title: TestDomain should unload the test AppDomain Status in NU

[Nunit-core] [Bug 735851] Re: Add detection of 3.0, 3.5 and 4.0 frameworks to PlatformAttribute

2011-08-27 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/735851 Title: Add detection of 3.0, 3.5 and 4.0 frameworks to PlatformAttribu

[Nunit-core] [Bug 711330] Re: Test-free assembly given failure icon in tree display

2011-08-27 Thread Charlie Poole
** Changed in: nunitv2/trunk 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/711330 Title: Test-free assembly given failure icon in tree display St

[Nunit-core] [Bug 725718] Re: Documented overloads of Has.Property do not exist

2011-08-27 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/725718 Title: Documented overloads of Has.Property do not exist Status in NU

[Nunit-core] [Bug 726313] Re: Failure in Assembly level Action attribute causes crash

2011-08-27 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/726313 Title: Failure in Assembly level Action attribute causes crash Status

[Nunit-core] [Bug 712444] Re: nunit-console /run don't execute parameterized test-cases (with commas in test-case name)

2011-08-27 Thread Charlie Poole
** Changed in: nunitv2/trunk 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/712444 Title: nunit-console /run don't execute parameterized test-cases

[Nunit-core] [Bug 702734] Re: Separate packaging of NUnit for .NET 1.1 and 2.0

2011-08-27 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/702734 Title: Separate packaging of NUnit for .NET 1.1 and 2.0 Status in NUn

[Nunit-core] [Bug 691129] Re: Add Category parameter to TestFixture

2011-08-27 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/691129 Title: Add Category parameter to TestFixture Status in NUnit V2 Test

[Nunit-core] [Bug 692180] Re: Script should allow building for net-2.0 under 3.5 or 4.0

2011-08-27 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/692180 Title: Script should allow building for net-2.0 under 3.5 or 4.0 Stat

[Nunit-core] [Bug 701331] Re: TestFixture attributes on base classes are not ignored

2011-08-27 Thread Charlie Poole
** Changed in: nunitv2/trunk 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/701331 Title: TestFixture attributes on base classes are not ignored S

[Nunit-core] [Bug 836080] [NEW] Log Directory shown incorrectly in settings dialog

2011-08-28 Thread Charlie Poole
Public bug reported: The log directory is shown as C:\Users\charlie\AppData\Roaming\logs rather than C:\Users\charlie\AppData\Roaming\NUnit\logs. Additionally, the directory should probably be listed under Local rather than Roaming. (Reported on mailing list by Gishu) It would be convenient to

[Nunit-core] [Bug 809679] Re: Assert.IsAssignableFrom is not implemented properly

2011-08-28 Thread Charlie Poole
** Changed in: nunitv2 Status: New => Opinion -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/809679 Title: Assert.IsAssignableFrom is not implemented properly Status in NUnit V2 Test F

[Nunit-core] [Bug 816863] Re: System.NullReferenceException 2.6.0.11089

2011-08-28 Thread Charlie Poole
We suspect this may be caused by running a test that was built against an older (than 2.6 ) version of NUnit. Can you tell us whether that's the case for you? -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpa

[Nunit-core] [Bug 836360] [NEW] When size of the Gui window is reduced, test result info may not fit in the field provided

2011-08-28 Thread Charlie Poole
Public bug reported: The text control that displays test results (number of tests in total, passed, failed, etc.) should either expand to fit the text or truncate it in a reasonable way. If it's truncated, the full info should be visible when the mouse hovers over the field. ** Affects: nunitv2

[Nunit-core] [Bug 816863] Re: System.NullReferenceException 2.6.0.11089

2011-08-28 Thread Charlie Poole
** Tags removed: 2.6.0.11089 nunit -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/816863 Title: System.NullReferenceException 2.6.0.11089 Status in NUnit V2 Test Framework: New Bug descri

[Nunit-core] [Bug 816863] Re: System.NullReferenceException 2.6.0.11089

2011-08-28 Thread Charlie Poole
This appears to be fixed in NUnit 2.6.0.11240. ** Changed in: nunitv2 Importance: Undecided => High ** Changed in: nunitv2 Assignee: (unassigned) => Jordan Terrell (jterrell) ** Changed in: nunitv2 Milestone: None => 2.6.0b1 ** Changed in: nunitv2 Status: New => Fix Released

[Nunit-core] [Bug 794115] Re: HashSet incorrectly reported

2011-08-29 Thread Charlie Poole
** Changed in: nunitv2 Status: New => In Progress ** Changed in: nunitv2 Importance: Undecided => Low ** Changed in: nunitv2 Milestone: None => 2.6.0 ** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) -- You received this bug notifica

[Nunit-core] [Bug 837634] Re: error CS0006: Metadata file 'nunit.framework.dll' could not be found

2011-08-30 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/837634 Title: error CS0006: Metadata file 'nunit.framework.dll' could not be found Status i

[Nunit-core] [Bug 837634] Re: error CS0006: Metadata file 'nunit.framework.dll' could not be found

2011-08-30 Thread Charlie Poole
The nunit.framework assembly is not intended to be installed in the GAC. Each test that references a particular version of nunit.framework must have it available (1) at compile time and (2) at execution time. When working with Visual Studio, the nunit.framework assembly will appear in the add refe

Re: [Nunit-core] [Bug 837634] Re: error CS0006: Metadata file 'nunit.framework.dll' could not be found

2011-08-30 Thread Charlie Poole
Use the nunit website http://nunit.org to navigate to the version you are using. I don't think we even had addins in NUnit 2.2.5! Charlie On Tue, Aug 30, 2011 at 2:26 PM, Robert Stackhouse <837...@bugs.launchpad.net> wrote: > Ah. I was also unaware I was looking at the docs for 2.2.5 (which is t

Re: [Nunit-core] [Bug 841894] Re: UI won't run tests marked Explicit

2011-09-05 Thread Charlie Poole
I'm unable to reproduce this error. I've tested using methods marked explicit in a concrete class as well as using a method marked explicit in the abstract base. If you have a simple example that demonstrates the error, please post it here and we can re-open this bug if necessary. Charlie On Mon,

[Nunit-core] [Bug 841894] Re: UI won't run tests marked Explicit

2011-09-05 Thread Charlie Poole
It's strange that it should behave differently. Does this only occur upon reloading the assemblies or does it happen if you simply rerun without reloading? (Check your settings for automatic reload) ** Changed in: nunitv2 Status: Invalid => New -- You received this bug notification becau

Re: [Nunit-core] [Bug 841894] Re: UI won't run tests marked Explicit

2011-09-05 Thread Charlie Poole
Generally, odd things are known to happen when both Reload before each test run Reload when test assembly changes are set. I can't think of any reason to use both of them, since it will cause an extra reload. However, they are separately selectable - possibly an error in the design. Can you

Re: [Nunit-core] [Bug 841894] Re: UI won't run tests marked Explicit

2011-09-05 Thread Charlie Poole
OK, I'll set up a test case and see if I can figure it out. Charlie On Mon, Sep 5, 2011 at 1:21 PM, David Mason <841...@bugs.launchpad.net> wrote: > _ = nothing, R = before each run, C = change > > __: problem doesn't occur (but test doesn't function on second run) > R_: problem occurs (but the t

Re: [Nunit-core] [Question #170909]: fluent syntax for C# dynamic

2011-09-13 Thread Charlie Poole
Question #170909 on NUnit Framework changed: https://answers.launchpad.net/nunit-3.0/+question/170909 Status: Needs information => Answered Charlie Poole proposed the following answer: Note that this will have to be a request for NUnit 3.0's .NET 4.0 build - the feature only mak

[Nunit-core] [Bug 878376] [NEW] Add 'One' to the NUnit constraint syntax

2011-10-19 Thread Charlie Poole
Public bug reported: NUnit allows specifying constraints over IEnumerables using Has.None, Has.Some, Has.All. It would be useful to support Has.One, which will verify that the value only appears once in the collection. We may also consider supporting Has.Exactly(n) as a generalizaion. ** Affects:

[Nunit-core] [Bug 794115] Re: HashSet incorrectly reported

2011-10-19 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/794115 Title: HashSet incorrectly reported Status in NUnit V2 Test Framework:

[Nunit-core] [Bug 836080] Re: Log Directory shown incorrectly in settings dialog

2011-10-20 Thread Charlie Poole
3.0 Status: New => Triaged ** Changed in: nunit-3.0 Importance: Undecided => High ** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Changed in: nunit-3.0 Assignee: (unassigned) => Charlie Poole (charlie.poole) -- You received this b

[Nunit-core] [Bug 785460] Re: Add Category parameter to TestCaseSourceAttribute

2011-10-20 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Changed in: nunitv2 Status: Triaged => In Progress ** Also affects: nunit-3.0 Importance: Undecided Status: New ** Changed in: nunit-3.0 Status: New => Triaged ** Changed

[Nunit-core] [Bug 878899] [NEW] Changing logging level has no effect until NUnit is restarted

2011-10-20 Thread Charlie Poole
Public bug reported: Changing the logging level using the Gui settings dialog does not affect the log contents until NUnit is closed and restarted. It should take effect for the next run. ** Affects: nunitv2 Importance: Medium Assignee: Charlie Poole (charlie.poole) Status

[Nunit-core] [Bug 878899] Re: Changing logging level has no effect until NUnit is restarted

2011-10-20 Thread Charlie Poole
** Changed in: nunitv2 Importance: Medium => 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/878899 Title: Changing logging level has no effect until NUnit is restarted Status in NUnit

[Nunit-core] [Bug 836080] Re: Log Directory shown incorrectly in settings dialog

2011-10-20 Thread Charlie Poole
Path is now shown correctly. Both the logs and the NUnit settings file are now located under LocalApplicationDirectory. There is a menu item in the Gui Tools menu to open the log directory. -- You received this bug notification because you are a member of NUnit Core Developers, which is the regis

[Nunit-core] [Bug 836080] Re: Log Directory shown incorrectly in settings dialog

2011-10-20 Thread Charlie Poole
** Changed in: nunitv2 Status: In Progress => 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/836080 Title: Log Directory shown incorrectly in settings dia

[Nunit-core] [Bug 878376] Re: Add 'One' to the NUnit constraint syntax

2011-10-20 Thread Charlie Poole
** 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 for NUnit Framework. https://bugs.launchpad.net/bugs/878376 Title: Add 'Exactly(n)'

[Nunit-core] [Bug 878376] Re: Add 'Exactly(n)' to the NUnit constraint syntax

2011-10-20 Thread Charlie Poole
** Summary changed: - Add 'One' to the NUnit constraint syntax + Add 'Exactly(n)' to the NUnit constraint syntax ** Description changed: NUnit allows specifying constraints over IEnumerables using Has.None, - Has.Some, Has.All. It would be useful to support Has.One, which will - verify that th

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

2011-10-20 Thread Charlie Poole
** Changed in: nunitv2 Status: New => In Progress ** 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

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

2011-10-20 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/878955 Title: ParameterizedTest not in their parent test-suite when FixtureSet

[Nunit-core] [Bug 770471] Re: Assert.IsEmpty does not support IEnumerable

2011-10-21 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (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.ne

[Nunit-core] [Bug 785460] Re: Add Category parameter to TestCaseSourceAttribute

2011-10-21 Thread Charlie Poole
** Changed in: nunitv2 Status: In Progress => 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/785460 Title: Add Category parameter to TestCaseSourceAttribu

[Nunit-core] [Bug 676560] Re: Assert.AreEqual does not support IEquatable

2011-10-21 Thread Charlie Poole
Although I initially scheduled this change to be implemented, I'm having doubts now. See the discussion at http://groups.google.com/group/nunit- discuss/browse_thread/thread/a0a8915f87ab92fe Basically, I believe the change is only needed in cases where equality has not been correctly implemented,

[Nunit-core] [Bug 692612] Re: Feature request: Provide interface to query selected categories

2011-10-21 Thread Charlie Poole
On the surface, this makes sense, but after further analysis there are some issues... 1. When no categories are selected, all tests are run but SelectedCategories will be empty. This could be handled by the user checking for an empty list. 2. Categories may also be excluded. We would need to prov

[Nunit-core] [Bug 836360] Re: When size of the Gui window is reduced, test result info may not fit in the field provided

2011-10-21 Thread Charlie Poole
** Changed in: nunitv2 Importance: Low => Wishlist ** Changed in: nunitv2 Importance: Wishlist => Medium ** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Changed in: nunitv2 Status: Triaged => In Progress -- You received this bug

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

2011-10-21 Thread Charlie Poole
l tries to test the disabled projects, which results in the following "File not found"-error: C:\buildsystem\bin\CruiseControl.NET-1.4.3.4023-patched\WorkingDirs\Foo-v2.8>nunit-console-x86 foo.sln /config=Release NUnit version 2.5.9.10348 Copyright (C) 2002-2009 Charlie

[Nunit-core] [Bug 676560] Re: Assert.AreEqual does not support IEquatable

2011-10-21 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Simone Busoli (simone.busoli) -- 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/676560 Title: Assert.AreEqual does not suppo

[Nunit-core] [Bug 836360] Re: When size of the Gui window is reduced, test result info may not fit in the field provided

2011-10-21 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/836360 Title: When size of the Gui window is reduced, test result info may not

[Nunit-core] [Bug 676560] Re: Assert.AreEqual does not support IEquatable

2011-10-21 Thread Charlie Poole
** Changed in: nunitv2 Status: Triaged => In Progress -- 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/676560 Title: Assert.AreEqual does not support IEquatable Status i

[Nunit-core] [Bug 692612] Re: Feature request: Provide interface to query selected categories

2011-10-21 Thread Charlie Poole
** Changed in: nunitv2 Importance: Low => Undecided -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/692612 Title: Feature request: Provide interface to query selected categories Status in N

[Nunit-core] [Bug 657801] Re: Help URL should not be in config file

2011-10-21 Thread Charlie Poole
** Changed in: nunitv2 Importance: Low => Undecided -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/657801 Title: Help URL should not be in config file Status in NUnit V2 Test Framework:

[Nunit-core] [Bug 712156] Re: Tests cannot use AppDomain.SetPrincipalPolicy

2011-10-22 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole) ** Tags added: feature gui ** Changed in: nunitv2 Status: Triaged => Fix Committed -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NU

[Nunit-core] [Bug 712156] Re: Tests cannot use AppDomain.SetPrincipalPolicy

2011-10-22 Thread Charlie Poole
I added a setting to the advanced loader settings page that allows you to have each test domain's PrincipalPolicy set as desired. It's still not possible to set it programmatically in a test unless you create your own AppDomain. -- You received this bug notification because you are a member of NU

[Nunit-core] [Bug 692612] Re: Feature request: Provide interface to query selected categories

2011-10-24 Thread Charlie Poole
Thanks. I closed it as Won't Fix since nothing else seems to fit. ** Changed in: nunitv2 Status: Triaged => Won't Fix -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/692612 Title: Featu

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

2011-10-24 Thread Charlie Poole
** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (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.ne

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

2011-10-24 Thread Charlie Poole
t-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, Michael C. Two, Alexei A. Vorontsov. Copyright (C) 2000-2002 Philip Craig. All Rights Reserved. Runtime Environment - OS Version: Mi

<    7   8   9   10   11   12   13   14   15   16   >