From: Choy R. <ch...@us...> - 2005-02-18 06:37:43
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13400/DotNetMock.Tests Modified Files: DotNetMock.Tests.csproj Log Message: Started adding one of Roman's ideas to the codebase. A modified version of his MethodCall class that doesn't use MethodSignature (yet). Unclear whether we'll need MethodSignature. Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** DotNetMock.Tests.csproj 16 Feb 2005 10:39:25 -0000 1.17 --- DotNetMock.Tests.csproj 18 Feb 2005 06:37:34 -0000 1.18 *************** *** 186,189 **** --- 186,194 ---- /> <File + RelPath = "Dynamic\MethodCallTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\PredicateTests.cs" SubType = "Code" |