[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Collections.Generic / ChangeLog
index ff390d7eb25728ba5cd7a982fdde055976e7daee..be9b884695b3b652d2e3bc9a2768b8165c2aea3d 100644 (file)
@@ -1,3 +1,107 @@
+2010-01-24  Robert Jordan  <robertj@gmx.net>
+
+       * DictionaryTest.cs: Add test case for bug #474009.
+
+2009-09-22  Raja R Harinath  <harinath@hurrynot.org>
+
+       * DictionaryTest.cs (ICollectionCopyTo): Test various odd
+       scenarios where .NET CopyTo does _not_ throw an exception.
+       (ICollectionCopyTo_ex1..4): Ensure that ArgumentExceptions are
+       thrown in appropriate cases.
+
+2009-07-31  Raja R Harinath  <harinath@hurrynot.org>
+
+       * ListTest.cs: Add a few testcases for IList interface, using null
+       values with a List<int>.
+
+2009-07-31  Raja R Harinath  <harinath@hurrynot.org>
+
+       * DictionaryTest.cs (KeyEnumerator_Current): New test.  Test the
+       Keys slice enumerator.
+       (ValueEnumerator_Current): Likewise, for the Values slice.
+
+2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       * ListTest.cs (Enumerator_Current): New test, includes
+       relevant parts of #491858 and #517415.
+
+2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
+
+       * DictionaryTest.cs (Enumerator_Current): New test, includes
+       relevant parts of #491858 and #517415.
+
+2009-04-02  Jb Evain  <jbevain@novell.com>
+
+       * DictionaryTest.cs: add test for bug #328036.
+
+2008-11-14  Jb Evain  <jbevain@novell.com>
+
+       * DictionaryTest.cs: add tests for #444778.
+
+2008-11-14  Jb Evain  <jbevain@novell.com>
+
+       * DictionaryTest.cs: add tests for bug #444768.
+
+2008-10-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * DictionaryTest.cs: Add a test for #432441.
+
+2008-09-29  Jb Evain  <jbevain@novell.com>
+
+       * DictionaryTest.cs: test for null argument for ContainsKey.
+       Patch by Jonathan Anderson  <jonathan.l.anderson@gmail.com>
+
+2008-09-24  Jb Evain  <jbevain@novell.com>
+
+       * DictionaryTest.cs: add tests for bug #429530.
+
+2008-09-12  Jb Evain  <jbevain@novell.com>
+
+       * DictionaryTest.cs: add tests for #425693.
+
+2008-06-16  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+       * DictionaryTest.cs: Add test for an incompatibility
+
+2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DictionaryTest.cs: Added not working tests for bug #384723. Spaces
+       to tabs.
+
+2008-03-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * EqualityComparerTest.cs: New. Add test cases for using null with 
+       GetHashCode (bug #372892).
+
+2008-01-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * ListTest.cs: Make some tests public.
+
+2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DictionaryTest.cs: Test case for #322783 based on Francisco Moraes
+       sample code.
+
+2006-04-16  Jonathan Chambers  <joncham@gmail.com>
+
+       * ListTest.cs: Test Contains after Remove. 
+       Test for bug #81387.
+
+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.