Hi all,
right now, the <nunit2> task takes the following
form:
<nunit2>
<test assemblyname="${build.dir}/bin/MyModule.Tests.dll"/>
</nunit2>
The task above doesn't test an 'assembly', but a 'module'.
One can create single-module assemblies or multi-module
assemblies, but a <test> task always tests a module.
So, I would suggest to rename the assemblyname property to
module:
<nunit2>
<test module="${build.dir}/bin/MyModule.Tests.dll"/>
</nunit2>
What do you think about that?
Gius_.
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
_______________________________________________
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers