2008-07-25 Rodrigo Kumpera <rkumpera@novell.com>
authorRodrigo Kumpera <kumpera@gmail.com>
Fri, 25 Jul 2008 19:20:55 +0000 (19:20 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Fri, 25 Jul 2008 19:20:55 +0000 (19:20 -0000)
* TypeBuilderTest.cs: Disable the special behavior of GetMethod
under compiler behavior as mcs has been fixed.

svn path=/trunk/mcs/; revision=108811

mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog
mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs

index 2d97ff48e7905de84af08d97a40d3b26e9a60600..404b5d01f38d37c613a7825f108641ac57b628d5 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * TypeBuilderTest.cs: Disable the special behavior of GetMethod
+       under compiler behavior as mcs has been fixed.
+
 2008-07-22 Rodrigo Kumpera  <rkumpera@novell.com>
 
        * TypeBuilderTest.cs: Added tests for the special cased behavior
index d5497c48ee5714dae67dc42acf9f2a0e1707242f..d9eb828b3e4bb8555d14907f5f8c9b9c77d8f043 100644 (file)
@@ -2051,6 +2051,7 @@ namespace MonoTests.System.Reflection.Emit
 
                [Test]
                [Category ("NotDotNet")]
+               [Category ("NotWorking")]
                public void GetMethod_AcceptMethodFromInflatedTypeBuilder_UnderCompilerContext () {
                        AssemblyName assemblyName = new AssemblyName ();
                        assemblyName.Name = ASSEMBLY_NAME;