[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Collections.Generic / ChangeLog
index a2025708fa7c6b3c40bc97477ca4d58f4945513f..be9b884695b3b652d2e3bc9a2768b8165c2aea3d 100644 (file)
@@ -1,3 +1,39 @@
+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.