Просмотр исходного кода

2008-03-05 Jb Evain <[email protected]>

	* ExpressionTest_Call.cs: we pass the Call with type arguments tests.


svn path=/trunk/mcs/; revision=97457
Jb Evain 18 лет назад
Родитель
Сommit
3db6f80984

+ 4 - 0
mcs/class/System.Core/Test/System.Linq.Expressions/ChangeLog

@@ -1,3 +1,7 @@
+2008-03-05  Jb Evain  <[email protected]>
+
+	* ExpressionTest_Call.cs: we pass the Call with type arguments tests.
+
 2008-02-24  Jb Evain  <[email protected]>
 
 	* ExpressionTest.cs: test for Action compilation.

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

@@ -174,7 +174,6 @@ namespace MonoTests.System.Linq.Expressions {
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		[ExpectedException (typeof (InvalidOperationException))]
 		public void CheckTypeArgsIsNotUsedForParameterLookup ()
 		{
@@ -186,7 +185,6 @@ namespace MonoTests.System.Linq.Expressions {
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		public void CheckTypeArgsIsUsedForGenericArguments ()
 		{
 			var m = Expression.Call (GetType (), "EineGenericMethod", new [] { typeof (string), typeof (int) }, "foo".ToConstant (), 2.ToConstant ());