What's your definition of "module" versus "assembly" ? - Ants
| -----Original Message----- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] On | Behalf Of Giuseppe Greco | Sent: Wednesday, 09 July, 2003 00:57 | To: [EMAIL PROTECTED] | Subject: [nant-dev] Just a suggestion... | | | 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 | ------------------------------------------------------- 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
