Browse Source

svn path=/trunk/mcs/; revision=94788

Jb Evain 18 years ago
parent
commit
dd99febff4

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

@@ -1,3 +1,8 @@
+2008-02-04  Jb Evain  <[email protected]>
+
+	* ExpressionTest_ListBind.cs: add working test for MemberListBinding
+	ToStringification.
+
 2008-02-02  Jb Evain  <[email protected]>
 
 	* ExpressionTest_ListBind.cs: fix MemberTypeImplementIEnumerable test.

+ 0 - 1
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_ListBind.cs

@@ -83,7 +83,6 @@ namespace MonoTests.System.Linq.Expressions {
 		}
 
 		[Test]
-		[Category ("NotWorking")]
 		public void ListBindToString ()
 		{
 			var add = typeof (List<string>).GetMethod ("Add");