|
From: Levi K. <lkh...@us...> - 2004-10-13 15:44:37
|
Update of /cvsroot/nmock/nmock/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8192/test Modified Files: test.csproj Log Message: fixed bug in proxy mock, added unit tests Index: test.csproj =================================================================== RCS file: /cvsroot/nmock/nmock/test/test.csproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** test.csproj 24 Aug 2004 21:15:30 -0000 1.11 --- test.csproj 13 Oct 2004 15:43:15 -0000 1.12 *************** *** 160,163 **** --- 160,168 ---- /> <File + RelPath = "NMock\Proxy\MockRealProxyTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "NMock\Remoting\MockServerTest.cs" SubType = "Code" |