|
From: Owen R. <exo...@us...> - 2004-03-25 13:47:03
|
Update of /cvsroot/nmock/nmock In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1305 Modified Files: nmock.build Log Message: fixed bug in MockContainer due to hashtable ordering Index: nmock.build =================================================================== RCS file: /cvsroot/nmock/nmock/nmock.build,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** nmock.build 25 Mar 2004 11:51:07 -0000 1.7 --- nmock.build 25 Mar 2004 13:36:15 -0000 1.8 *************** *** 38,43 **** <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> </target> --- 38,43 ---- <target name="test" depends="compile" description="Run unit tests"> <nunit2> ! <formatter type="${nunit.output}" /> ! <test assemblyname="build\nmock.test.dll" /> </nunit2> </target> |