Update of /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/Dynamic/Generate
In directory usw-pr-cvs1:/tmp/cvs-serv9843/DotNetMock.Tests/Dynamic/Generate
Modified Files:
ClassGeneratorTests.cs
Log Message:
Index: ClassGeneratorTests.cs
===================================================================
RCS file: /cvsroot/dotnetmock/dotnetmock/DotNetMock.Tests/Dynamic/Generate/ClassGeneratorTests.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ClassGeneratorTests.cs 12 Oct 2002 03:29:54 -0000 1.1
--- ClassGeneratorTests.cs 25 Oct 2002 03:02:27 -0000 1.2
***************
*** 7,11 ****
using System.Reflection.Emit;
! namespace DotNetMock.tests.Dynamic.Generate
{
public interface IThingy
--- 7,11 ----
using System.Reflection.Emit;
! namespace DotNetMock.Tests.Dynamic.Generate
{
public interface IThingy
|