|
From: Owen R. <exo...@us...> - 2004-10-22 11:47:09
|
Update of /cvsroot/nmock/nmock/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19470/test Modified Files: test.csproj Log Message: upgraded to nunit 2.2 upgraded to new version of NAnt Index: test.csproj =================================================================== RCS file: /cvsroot/nmock/nmock/test/test.csproj,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** test.csproj 13 Oct 2004 15:43:15 -0000 1.12 --- test.csproj 22 Oct 2004 11:46:28 -0000 1.13 *************** *** 145,148 **** --- 145,153 ---- /> <File + RelPath = "NMock\Constraints\IsArrayEqualTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\Dynamic\ClassGeneratorTest.cs" SubType = "Code" |