From: Choy R. <ch...@us...> - 2005-02-12 06:31:10
|
Update of /cvsroot/dotnetmock/dotnetmock/lib-ext/MbUnit-2.22 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22163/lib-ext/MbUnit-2.22 Added Files: MbUnit.Cons.exe MbUnit.Cons.exe.config MbUnit.Tasks.dll Log Message: Added mbunit target to run DotNetMock.Examples.MbUnitTests using MbUnit 2.22 Console tool since MbUnit NAnt task requires 0.85. Left the MbUnit.Tasks dll in there for when we move to NAnt 0.85. --- NEW FILE: MbUnit.Cons.exe.config --- <?xml version="1.0" encoding="utf-8"?> <configuration> <!-- <startup> <supportedRuntime version="2.0.40607" /> <supportedRuntime version="v1.1.4322"/> <supportedRuntime version="v1.0.3705"/> </startup> --> <configSections> <section name="mbunit" type="MbUnit.Core.Config.MbUnitConfigurationSectionHandler, MbUnit.Core" /> </configSections> <appSettings> </appSettings> <mbunit> <cachePath>%TEMP%/Cache</cachePath> <fixtureFactories> <factory>MbUnit.Core.ArgumentFixtureFactory, MbUnit.Core</factory> <factory>MbUnit.Core.FrameworkBridges.FrameworkFixtureFactory, MbUnit.Core</factory> <!-- <factory>MbUnit.Core.SSCLIFixtureFactory, MbUnit.Core</factory> --> </fixtureFactories> </mbunit> </configuration> --- NEW FILE: MbUnit.Tasks.dll --- (This appears to be a binary file; contents omitted.) --- NEW FILE: MbUnit.Cons.exe --- (This appears to be a binary file; contents omitted.) |