* Comparer.cs: Renamed IComparableOfTComparer<T> to GenericComparer<T>
[mono.git] / mcs / class / corlib / Test / System.Collections.Generic / ChangeLog
index 0d2074f5d50c441ecfbdee5f158b99e6f4cdf867..b82b4ebf360b83f20d245226d9cc712195a6258c 100644 (file)
@@ -1,3 +1,44 @@
+2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ComparerTest.cs: Added test for bug #80929. Added tests to verify
+       binary serialization compatibility.
+       * IListTest.cs: Fixed header.
+
+2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * IListTest.cs: Added test for bug #80260.
+
+2006-09-12  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ListTest.cs: Added tests for binary serialization, and Enumerator
+       version checks.
+
+2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ListTest.cs : test for bug #77277 by Kazuki Oikawa.
+
+2006-03-16  Ankit Jain  <jankit@novell.com>
+
+       * ListTest.cs: Add some tests for InsertRange.
+
+2006-01-23  Raja R Harinath  <rharinath@novell.com>
+
+       * DictionaryTest.cs (IDictionary_*): Add a few tests for the
+       IDictionary explicit implementation.
+
+2006-01-19  Raja R Harinath  <rharinath@novell.com>
+
+       * DictionaryTest.cs: Remove NotWorking annotations.
+       (Empty_CopyTo, Empty_Values_CopyTo): Fix tests to check that
+       CopyTo from an empty dictionary does not throw an exception when
+       'index==array.Length'.
+       (PlainEnumeratorReturnTest): Check the type of 'Entry' property too.
+
+2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DictionaryTest.cs : fixed several tests to not fail under .NET 2.0
+         and thus marked some as NotWorking. Numbered some assertions.
+
 2005-12-21  Sebastien Pouliot  <sebastien@ximian.com>
 
        * ListTest.cs: Added test cases for #77039 for sorting a list with