I’ve been using Nant 0.85 RC 3 with Nant v2.2.0 to nightly unit testing on my project. Everything had been working as expected.

 

Recently, I converted to Nunit v2.2.5 and my unit tests stopped running.

 

The symptom is that from within my Nant script the unit test portion of the script executes and reports no errors, but when I check the log file created to capture the unit test results, no unit test have been executed (i.e. 0 failures, 0 tests run).

 

From within Nunit Application (v2.2.5), the tests run and complete as expected.

 

Is there something I need to do additionally to make Nunit 2.2.5 work from within my Nant script.?

 

Thanks –

 

Tim

Reply via email to