2006-05-08 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Mon, 8 May 2006 07:34:06 +0000 (07:34 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 8 May 2006 07:34:06 +0000 (07:34 -0000)
commit089398a170a812ddff7c2e921bd6daeb858c2342
tree6f62c5cd1b8e9c07dde30877b80695af070e3e27
parent5bdbb16452a2bd6387e02f99272051124ad0a4fb
2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>

* ArrayTest.cs : use proper comparer in IndexOf() and LastIndexOf().
  Patch by Kazuki Oikawa. Fixed bug #77277.

* List.cs : use proper comparer in Contains(), IndexOf() and
  LastIndexOf(). Patch by Kazuki Oikawa. Fixed bug #77277.

* ArrayTest.cs : test for bug #77277 by Kazuki Oikawa.

* ListTest.cs : test for bug #77277 by Kazuki Oikawa.

svn path=/trunk/mcs/; revision=60396
mcs/class/corlib/System.Collections.Generic/ChangeLog
mcs/class/corlib/System.Collections.Generic/List.cs
mcs/class/corlib/System/Array.cs
mcs/class/corlib/System/ChangeLog
mcs/class/corlib/Test/System.Collections.Generic/ChangeLog
mcs/class/corlib/Test/System.Collections.Generic/ListTest.cs
mcs/class/corlib/Test/System/ArrayTest.cs
mcs/class/corlib/Test/System/ChangeLog