Author: martin
Date: 2005-03-23 06:53:06 -0500 (Wed, 23 Mar 2005)
New Revision: 42138

Modified:
   trunk/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog
   trunk/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs
Log:
2005-03-23  Martin Baulig  <[EMAIL PROTECTED]>

        * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
        whole method into the "NotWorking" category.



Modified: trunk/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog
===================================================================
--- trunk/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog        
2005-03-23 10:46:20 UTC (rev 42137)
+++ trunk/mcs/class/corlib/Test/System.Reflection.Emit/ChangeLog        
2005-03-23 11:53:06 UTC (rev 42138)
@@ -1,5 +1,10 @@
 2005-03-23  Martin Baulig  <[EMAIL PROTECTED]>
 
+       * TypeBuilderTest.cs (TestIsAssignableTo_NotDotNet): Put this
+       whole method into the "NotWorking" category.
+
+2005-03-23  Martin Baulig  <[EMAIL PROTECTED]>
+
        * TypeBuilderTest.cs: Disable last test again since the bug report
        is reopened.
 

Modified: trunk/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs
===================================================================
--- trunk/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs       
2005-03-23 10:46:20 UTC (rev 42137)
+++ trunk/mcs/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs       
2005-03-23 11:53:06 UTC (rev 42138)
@@ -1778,6 +1778,7 @@
 
        [Test]
        [Category("NotDotNet")]
+       [Category("NotWorking")]
        public void TestIsAssignableTo_NotDotNet () {
                Type icomparable = typeof (IComparable);
 
@@ -1791,7 +1792,7 @@
                Assert ("02", tb.IsAssignableFrom (typeof (IDisposable)));
 
                // bug #73469
-               // Assert ("07", typeof (Bar[]).IsAssignableFrom 
(module.GetType (tb.FullName + "[]")));
+               Assert ("07", typeof (Bar[]).IsAssignableFrom (module.GetType 
(tb.FullName + "[]")));
        }
 }
 }

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to