As far as I know, the NAnt only supports
NUnit 1.1. The attribute based tests using [TestFixture] and [Text] were only
introduced into NUnit 2.0. I haven't checked the NAnt CVS for a while -
I'm still using 0.7.9.0 released back in June so I don't know if
this has been changed.
I've wor
Message-
From: Simpson Chris, Sale [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 17, 2002 11:40 AM
To: '[EMAIL PROTECTED]'
Subject: RE: [Nant-users] Using NUnit Task
As far as I know, the NAnt only supports NUnit 1.1. The attribute based
tests using [TestFixture] and [Text]
Mike,
Since you mention the [TestFixture] attributes I'm assuming that you
have nUnit 2.0. Currently the NAnt nunit task is still working against
nunit 1 which did not use the attributed syntax. We are in the process
of updating to NUnit 2.0. Once that is done your tests should run fine.
Ian