Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.TestFramework.Tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8391/DotNetMock.TestFramework.Tests Modified Files: DotNetMock.TestFramework.Tests.csproj ImplementationFactoryTests.cs MbUnitStubMakerTests.cs NUnitStubMakerTests.cs csUnitStubMakerTests.cs Log Message: - Moved ITestFramework.cs to DotNetMock assembly - removed DotNetMock.Core assembly - Updated build file Index: NUnitStubMakerTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.TestFramework.Tests/NUnitStubMakerTests.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** NUnitStubMakerTests.cs 29 Jan 2005 09:13:32 -0000 1.2 --- NUnitStubMakerTests.cs 5 Feb 2005 21:46:26 -0000 1.3 *************** *** 6,14 **** using System.Reflection; using System.Reflection.Emit; ! using NUnit.Framework; using DotNetMock.TestFramework; - using DotNetMock.Core; #endregion --- 6,13 ---- using System.Reflection; using System.Reflection.Emit; ! using DotNetMock.Core; using NUnit.Framework; using DotNetMock.TestFramework; #endregion Index: ImplementationFactoryTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.TestFramework.Tests/ImplementationFactoryTests.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ImplementationFactoryTests.cs 29 Jan 2005 09:13:32 -0000 1.2 --- ImplementationFactoryTests.cs 5 Feb 2005 21:46:26 -0000 1.3 *************** *** 6,14 **** using System.Collections; using System.Reflection; ! using NUnit.Framework; using DotNetMock.TestFramework; - using DotNetMock.Core; #endregion --- 6,13 ---- using System.Collections; using System.Reflection; ! using DotNetMock.Core; using NUnit.Framework; using DotNetMock.TestFramework; #endregion *************** *** 175,180 **** } ! public class TestStaticImplementation : ! ITestFramework { #region ITestFramework Members --- 174,178 ---- } ! public class TestStaticImplementation : ITestFramework { #region ITestFramework Members Index: DotNetMock.TestFramework.Tests.csproj =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.TestFramework.Tests/DotNetMock.TestFramework.Tests.csproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** DotNetMock.TestFramework.Tests.csproj 29 Jan 2005 09:13:32 -0000 1.2 --- DotNetMock.TestFramework.Tests.csproj 5 Feb 2005 21:46:25 -0000 1.3 *************** *** 81,89 **** /> <Reference - Name = "DotNetMock.Core" - Project = "{5666DF57-5109-4C5F-967D-EEDC554B8E55}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference Name = "DotNetMock" Project = "{1AD0CD00-16FA-4456-B2ED-A47406957228}" --- 81,84 ---- Index: csUnitStubMakerTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.TestFramework.Tests/csUnitStubMakerTests.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** csUnitStubMakerTests.cs 29 Jan 2005 09:13:32 -0000 1.2 --- csUnitStubMakerTests.cs 5 Feb 2005 21:46:26 -0000 1.3 *************** *** 6,14 **** using System.Reflection; using System.Reflection.Emit; ! using NUnit.Framework; using DotNetMock.TestFramework; - using DotNetMock.Core; #endregion --- 6,13 ---- using System.Reflection; using System.Reflection.Emit; ! using DotNetMock.Core; using NUnit.Framework; using DotNetMock.TestFramework; #endregion Index: MbUnitStubMakerTests.cs =================================================================== RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.TestFramework.Tests/MbUnitStubMakerTests.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MbUnitStubMakerTests.cs 29 Jan 2005 09:13:32 -0000 1.2 --- MbUnitStubMakerTests.cs 5 Feb 2005 21:46:26 -0000 1.3 *************** *** 6,14 **** using System.Reflection; using System.Reflection.Emit; ! using NUnit.Framework; using DotNetMock.TestFramework; - using DotNetMock.Core; #endregion --- 6,13 ---- using System.Reflection; using System.Reflection.Emit; ! using DotNetMock.Core; using NUnit.Framework; using DotNetMock.TestFramework; #endregion |