From: Choy R. <ch...@us...> - 2005-02-20 09:26:57
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15950/DotNetMock.Tests Modified Files: DotNetMock.Tests.csproj Log Message: Make sure all Predicates support the ability to describe their evaluation expression through the ExpressionAsText(name) method. The name parameter is so that in the future we can include the name of the parameter that didn't satisfy the predicate in our assertion failure messages. Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** DotNetMock.Tests.csproj 18 Feb 2005 06:37:34 -0000 1.18 --- DotNetMock.Tests.csproj 20 Feb 2005 09:26:48 -0000 1.19 *************** *** 210,213 **** --- 210,218 ---- BuildAction = "Compile" /> + <File + RelPath = "Util\StringUtilsTests.cs" + SubType = "Code" + BuildAction = "Compile" + /> </Include> </Files> |