Re-enable some tests on mt which seem to work now.
authorZoltan Varga <vargaz@gmail.com>
Mon, 11 Mar 2013 21:16:46 +0000 (22:16 +0100)
committerZoltan Varga <vargaz@gmail.com>
Mon, 11 Mar 2013 21:16:46 +0000 (22:16 +0100)
mcs/class/corlib/Test/System.Reflection/MethodInfoTest.cs
mcs/class/corlib/Test/System.Reflection/PropertyInfoTest.cs

index 0410b4e0d8f23b27a7bf0791435c6c6d780d5489..064cd9c76c93cb63e71c559192c754897bc45551 100644 (file)
@@ -580,7 +580,6 @@ namespace MonoTests.System.Reflection
                }
 
                [Test]
-               [Category ("MobileNotWorking")] // bug #10266
                public void NullableTests ()
                {
                        MethodInfo mi = typeof (MethodInfoTest).GetMethod ("pass_nullable");
index 4dfa2b2dba703ca995f4790f3e68d6f94917b922..54368c6cd45df8b8e18fefc43b3b4cb40848f0f5 100644 (file)
@@ -418,7 +418,6 @@ namespace MonoTests.System.Reflection
                }
 
                [Test]
-               [Category ("MobileNotWorking")] // bug #10266 
                public void NullableTests ()
                {
                        PropertyInfoTest t = new PropertyInfoTest ();