From: Choy R. <ch...@us...> - 2005-01-25 06:21:02
|
Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22568/DotNetMock.Tests Modified Files: Tag: RFE_1098585 DotNetMock.Tests.csproj Log Message: Initial implementation of dynamically generating implementations of ITestFramework on startup. So far created impls for NUnit and MbUnit. Needs some cleanup. Index: DotNetMock.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/DotNetMock.Tests.csproj,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -C2 -d -r1.15 -r1.15.2.1 *** DotNetMock.Tests.csproj 9 Jan 2005 21:05:05 -0000 1.15 --- DotNetMock.Tests.csproj 25 Jan 2005 06:20:48 -0000 1.15.2.1 *************** *** 89,92 **** --- 89,93 ---- AssemblyName = "nunit.framework" HintPath = "..\lib\nunit.framework.dll" + Private = "False" /> </References> |