In Test/System.Windows.Forms:
commita2a0782123e765e31f4d6f201c9b9050d218875f
authorChris Toshok <toshok@novell.com>
Wed, 6 Dec 2006 23:44:38 +0000 (6 23:44 -0000)
committerChris Toshok <toshok@novell.com>
Wed, 6 Dec 2006 23:44:38 +0000 (6 23:44 -0000)
tree41fe2907eb05e7f70cccb4e22b3924af6a1056cd
parenta65a389528b8e8c8d42b2f2f7c967e8c91d45fb1
In Test/System.Windows.Forms:
2006-12-06  Chris Toshok  <toshok@ximian.com>

* ImageListTest.cs: add a rather complicated series of assertions
about the imagelist ShouldSerialize/CanReset methods.  these pass
on MS and mono now, though.  yay.

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

* ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
with different semantics (some are present in both 1.1 and 2.0
profiles) so that we match MS's behavior in our unit tests.

svn path=/trunk/mcs/; revision=69140
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ImageList.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ImageListTest.cs