Title: .85 RC3 and Nunit 2.2

I see a few messages in the archive regarding using Nunit 2.2 with RC3, but nothing that really helps me.

I'm getting an error:    [nunit2] Assembly "c:\blah\Tests.dll" was not built with the NUnit framework and/or contains no tests.

I have Nunit 2.2.2.0 installed and I can use TestDriven.Net to run the tests without problem, inside VS.Net.

Using Reflector I can see that Nant is correctly building the test.dll with it's version of Nunit.  My target looks like this:

    <nunit2>
      <formatter type="Plain" />
      <test appconfig="${testdir}\app.exe.config" assemblyname="${outdir}\Tests.dll" />
    </nunit2>


Anyone got any ideas?  I can try .84 I suppose… :{  Any helpful suggestions would be great as I need to demo this at a user group in a couple of weeks.

Thanks


----------------------------------------
Peter G Jones
Microsoft .Net MVP
Christchurch, New Zealand
http://jonesie.net.nz
----------------------------------------


Reply via email to