we pass those tests
authorJb Evain <jbevain@gmail.com>
Wed, 9 Apr 2008 12:01:28 +0000 (12:01 -0000)
committerJb Evain <jbevain@gmail.com>
Wed, 9 Apr 2008 12:01:28 +0000 (12:01 -0000)
svn path=/trunk/mcs/; revision=100222

mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_Negate.cs
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_UnaryPlus.cs

index 542d74971abc949a9b5b62f10473bee69214df45..369e67b26a8296f43ec337c2bb10d2c3651b1bcf 100644 (file)
@@ -67,7 +67,6 @@ namespace MonoTests.System.Linq.Expressions
 
                [Test]
                [ExpectedException (typeof (InvalidOperationException))]
-               [Category ("NotWorking")]
                public void NegateBool ()
                {
                        Expression.UnaryPlus (true.ToConstant ());
index bf6f06fe7f2b993a42ac6ae0232097805112ac65..1bffdb758dc4328494f0b571987d49d0aa0b7bd9 100644 (file)
@@ -67,7 +67,6 @@ namespace MonoTests.System.Linq.Expressions
 
                [Test]
                [ExpectedException (typeof (InvalidOperationException))]
-               [Category ("NotWorking")]
                public void PlusBool ()
                {
                        Expression.UnaryPlus (true.ToConstant ());