* Comparer.cs: Renamed IComparableOfTComparer<T> to GenericComparer<T>
authorGert Driesen <drieseng@users.sourceforge.net>
Thu, 8 Mar 2007 20:22:06 +0000 (20:22 -0000)
committerGert Driesen <drieseng@users.sourceforge.net>
Thu, 8 Mar 2007 20:22:06 +0000 (20:22 -0000)
commitdfdbcf7fdd025f2fc31247aa2d51ff46971d41c3
tree798fa0c37c0b247bf779ab4e5e5907e82de7da9b
parent17e97fad7bdf1e9d7670bbb9898763645d75d356
* Comparer.cs: Renamed IComparableOfTComparer<T> to GenericComparer<T>
to fix binary serialization compatibility with MS.
* ComparerTest.cs: Added test for bug #80929. Added tests to verify
binary serialization compatibility.
* IListTest.cs: Fixed header.
* corlib_test.dll.sources: Added ComparerTest.cs.

svn path=/trunk/mcs/; revision=73964
mcs/class/corlib/ChangeLog
mcs/class/corlib/System.Collections.Generic/ChangeLog
mcs/class/corlib/System.Collections.Generic/Comparer.cs
mcs/class/corlib/Test/System.Collections.Generic/ChangeLog
mcs/class/corlib/Test/System.Collections.Generic/ComparerTest.cs [new file with mode: 0644]
mcs/class/corlib/Test/System.Collections.Generic/IListTest.cs
mcs/class/corlib/corlib_test.dll.sources