In System.Windows.Forms:
commita9c4d880d1ff59f7c813e4973dee61b67352770f
authorChris Toshok <toshok@novell.com>
Mon, 11 Dec 2006 20:00:28 +0000 (11 20:00 -0000)
committerChris Toshok <toshok@novell.com>
Mon, 11 Dec 2006 20:00:28 +0000 (11 20:00 -0000)
tree497ef51ea38e96e7e82f6c2f68bbd7e0dc9cbf63
parente1c5262e98c330bc82be72dfe234eec26e464b2c
In System.Windows.Forms:
2006-12-11  Chris Toshok  <toshok@ximian.com>

* Control.cs: ControlCollection.Remove should return if the arg is
null, and ControlCollection.SetChildIndex should raise a ANE.

In Test/System.Windows.Forms:
2006-12-11  Chris Toshok  <toshok@ximian.com>

* ControlTest.cs: add some unit tests for null parameters to some
of the ControlCollection methods.

svn path=/trunk/mcs/; revision=69355
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/Control.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ControlTest.cs