Comment 3 for bug 1086733

Revision history for this message
Stuart Wood (sw-bladerunner) wrote :

> What happens when you run using the path to the test assembly (either
> with nunit.exe or nunit-console.exe)?

Passing the outputted dll directly? I get a full pass :-

 C:\>"C:\Program Files\NUnit\bin\nunit-console.exe" C:\temp\NUnitTest-failing\bin\NUnitTest.dll
 NUnit-Console version 2.6.2.12296
 Copyright (C) 2002-2012 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: Microsoft Windows NT 5.1.2600 Service Pack 3
   CLR Version: 2.0.50727.3634 ( Net 3.5 )

 ProcessModel: Default DomainUsage: Single
 Execution Runtime: net-3.5
 ...
 Tests run: 3, Errors: 0, Failures: 0, Inconclusive: 0, Time: 0.171875 seconds
   Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0

All good in the GUI too. If I've misunderstood the question, please correct me and I'll try again.