Hi,
I have integrated NAnt with NUnit.
I have an attribute in my test class file called "[TestFixtureSetUp]".
This has to read certain values from a config file.
When I run the Assembly from the GUI, it is able to read the values from the
config file.
But, when I run it, after integrating with N
Hi,
I have placed the following lines in my build.xml.
When I run NAnt, it gives the following error :
The located assembly's manifest definition with name 'nunit.framework' does
not match the assembly reference.
If I remove the line from the build.xml, NAnt is able to create the
a