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