Parcourir la source

we pass those guys as well

svn path=/trunk/mcs/; revision=100218
Jb Evain il y a 17 ans
Parent
commit
5233dc3ffb

+ 0 - 2
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Negate.cs

@@ -86,7 +86,6 @@ namespace MonoTests.System.Linq.Expressions
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		public void NegateNullableInt32 ()
 		{
 			var n = Expression.Negate (Expression.Parameter (typeof (int?), ""));
@@ -97,7 +96,6 @@ namespace MonoTests.System.Linq.Expressions
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		public void CompileNegateInt32 ()
 		{
 			var p = Expression.Parameter (typeof (int), "i");

+ 0 - 2
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_UnaryPlus.cs

@@ -86,7 +86,6 @@ namespace MonoTests.System.Linq.Expressions
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		public void PlusNullableInt32 ()
 		{
 			var n = Expression.UnaryPlus (Expression.Parameter (typeof (int?), ""));
@@ -97,7 +96,6 @@ namespace MonoTests.System.Linq.Expressions
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		public void CompilePlusInt32 ()
 		{
 			var p = Expression.Parameter (typeof (int), "i");