[nant-dev] PATCH: Use fileset for NUnit

2003-03-11 Thread Matthew Mastracci
This patch adds support for running NUnit2 tests with a fileset source for assemblies. This allows you to specify: nunit2 test includesList name=tests.txt / /test /nunit2 to run all of the tests in test.txt. It still supports the old syntax. Any objections? Matt. ? patch.txt ?

Re: [nant-dev] PATCH: Use fileset for NUnit

2003-03-11 Thread Scott Hernandez
Sounds like a good feature... :) +1 (In general I'd be happy to see the write-up without the code. If there are any problems, they will come out in the tests, or from use. Other comments?) - Original Message - From: Matthew Mastracci [EMAIL PROTECTED] This patch adds support for

Re: [nant-dev] PATCH: Use fileset for NUnit

2003-03-11 Thread Ian MacLean
Scott Hernandez wrote: Sounds like a good feature... :) +1 +1 for me too. (In general I'd be happy to see the write-up without the code. If there are any problems, they will come out in the tests, or from use. Other comments?) I agree. Most of us with commit access will see it come thru on the