|
From: <exo...@us...> - 2004-01-15 00:59:50
|
Update of /cvsroot/nmock/nmock
In directory sc8-pr-cvs1:/tmp/cvs-serv19833
Modified Files:
nmock.build
Log Message:
upgraded nmock to NUnit 2.1.4 and to NAnt 0.8.4
Index: nmock.build
===================================================================
RCS file: /cvsroot/nmock/nmock/nmock.build,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** nmock.build 30 Jul 2003 17:10:33 -0000 1.4
--- nmock.build 15 Jan 2004 00:59:38 -0000 1.5
***************
*** 37,40 ****
--- 37,41 ----
<target name="test" depends="compile" description="Run unit tests">
<nunit2>
+ <formatter type="Plain" />
<test assemblyname="build\nmock.test.dll" fork="true" type="${nunit.output}"/>
</nunit2>
|