[nant-dev] small patch to NAnt.console/NAntTest.cs

2003-11-21 Thread Michael Aird
This test was leaving behind a tmp file. it now cleans up after itself. I didn't compress the patch cause the compressed file was bigger than the patch! Michael. console-nanttest.patch Description: Binary data

[nant-dev] revised TouchTaskTest.cs

2003-11-20 Thread Michael Aird
I've revised this test to be more in line with the current design of unit tests. also, it now builds and passes. unless this task fails on one of the other frameworks, the in tests/NAnt.Core.build should now be removed. Thanks, Michael. touchtest.zip Description: Zip compressed data

[nant-dev] patch to AvailableTest.cs

2003-11-20 Thread Michael Aird
This patch fixes a small bug in AvailableTest.cs. available.zip Description: Zip compressed data

RE: [nant-dev] nunit-framework.dll

2003-11-20 Thread Michael Aird
I think I've found the *real* issue. the nunit.framework.dll is built for both 1.0 and 1.1 and requires some settings to work properly under 1.0. I've added these to nant.console.exe.config and it now runs on my system. can somebody test this under 1.1 and see if it breaks or not? Thanks, Michael

[nant-dev] nunit-framework.dll

2003-11-20 Thread Michael Aird
I think the nunit.framework.dll that is currently checked into the the lib/1.0/ directory is actually built for 1.1 cause the build blows up with nasty System.Xml reference errors unless i revert back to an old one i had kicking around... Michael. ---

[nant-dev] Style Unit Tests: StyleTask.Test.cs

2003-11-16 Thread Michael Aird
received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // Michael Aird ([EMAIL PROTECTED]) using System; using System.IO; using System.Reflection; using System.Text

[nant-dev] Regex Unit Tests: RegexTest.cs

2003-11-16 Thread Michael Aird
. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // Michael Aird ([EMAIL PROTECTED]) using System; using NUnit.Framework; namespace

[nant-dev] contributing unit tests

2003-11-16 Thread Michael Aird
I'd like to contribute to the project and i figured the best way to get started was by contributing some unit tests... should i just post them to this list or send them to someone in particular? Thanks, Michael. --- This SF. Net email is spon