* BinderTest.cs: Added SelectMethod/BindToMethod tests for methods
authorGert Driesen <drieseng@users.sourceforge.net>
Sun, 12 Jul 2009 13:21:19 +0000 (13:21 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Sun, 12 Jul 2009 13:21:19 +0000 (13:21 -0000)
commit79490f1be970e26553e1ea8e43b150137a029a6a
tree2c921ad5e15206c0f8b26a71e3650e694b1f7a14
parentf3691cb2326efa1611cadfde1bd9dd800d22dc11
* BinderTest.cs: Added SelectMethod/BindToMethod tests for methods
with byref arguments.
* Binder.cs: Only allow a type to match its byref version for
BindToMethod (and not for SelectMethod).
* TypeTest.cs: Enabled test that was failing due to regression.

svn path=/trunk/mcs/; revision=137753
mcs/class/corlib/System.Reflection/Binder.cs
mcs/class/corlib/System.Reflection/ChangeLog
mcs/class/corlib/Test/System.Reflection/BinderTests.cs
mcs/class/corlib/Test/System.Reflection/ChangeLog
mcs/class/corlib/Test/System/ChangeLog
mcs/class/corlib/Test/System/TypeTest.cs