From: Choy R. <ch...@us...> - 2005-01-05 00:30:07
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25159/DotNetMock.Tests Modified Files: DotNetMock.Tests.csproj Log Message: Make the AndRequire a bit more consistent by allowing it to automatically convert object -> IPredicate. Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** DotNetMock.Tests.csproj 1 Jan 2005 22:57:51 -0000 1.13 --- DotNetMock.Tests.csproj 5 Jan 2005 00:29:17 -0000 1.14 *************** *** 185,188 **** --- 185,193 ---- /> <File + RelPath = "Dynamic\PredicateUtilsTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "Dynamic\Generate\ClassGeneratorTests.cs" SubType = "Code" |