[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Collections / ChangeLog
index c3a30c00e8aa58c84e3995412db3c17d133d939b..84a96b6157f350877a4be008cd54a85622cdf018 100644 (file)
@@ -1,3 +1,96 @@
+2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * SortedListTest.cs: new tests by Kevin Fitzgerald.
+
+2009-06-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * ReadOnlyCollectionBaseTest.cs NewArrayListTest.cs: Convert all tests
+       to new-style nunit classes/methods.     
+
+2009-06-26  Robert Jordan  <robertj@gmx.net>
+
+       * BitArrayTest.cs: Upgrade to new NUnit style. Enable
+       16 tests that were disabled after the NUnit 2.4 update.
+
+2009-06-24  Robert Jordan  <robertj@gmx.net>
+
+       * ArrayListTest.cs, CollectionBaseTest.cs, DictionaryEntryTest.cs,
+       HashtableTest.cs: Convert all tests to new-style nunit methods.
+
+       * QueueTest.cs: likewise. Conversion revealed 25 test that were
+       disabled after the NUnit 2.4 update.
+
+       * StackTest.cs: likewise. Conversion revealed 24 test that were
+       disabled after the NUnit 2.4 update.
+
+2008-08-31  Zoltan Varga  <vargaz@gmail.com>
+
+       * BitArrayTest.cs: Add a test for #421803.
+
+2008-05-08  Robert Jordan  <robertj@gmx.net>
+
+       * DictionaryEntryTest.cs: Add tests for key's argument validation.
+
+2008-03-24  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DictionaryBaseTest.cs: Improved existing tests, and use Assert class
+       instead of deriving from deprecated Assertion class. Code formatting.
+
+2008-03-21  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * DictionaryBaseTest.cs: Add test case to see when and how OnGet 
+       is being called.
+
+2007-11-06  Jb Evain  <jbevain@novell.com>
+
+       * HashtableTest.cs: Add test case for #324761.
+
+2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * QueueTest.cs: Test cases for #321657. Based on the test case 
+       supplied by Benjamin Lutz.
+
+2007-10-27  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SortedListTest.cs: Fixed deserialization test to pass on MS.
+
+2007-10-23  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SortedListTest.cs: No longer derive from deprecated Assertion class.
+       Added serialization tests, and a (NotWorking) deserialization test.
+
+2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CaseInsensitiveHashCodeProviderTest.cs: Reworked test for Default
+       instance to pass on both Mono and MS. Added separate tests that
+       verify the specific Mono and MS behavior.
+
+2007-07-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CaseInsensitiveHashCodeProviderTest.cs: Improved test for
+       Default property to show the a new intance is constructed. Added test
+       for DefaultInvariant. Improved serialization tests. Added ctor test
+       for null CultureInfo. Code formatting.
+
+2007-04-19  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * ArrayListTest.cs: Code formatting (indenting, spaces to tabs). Added
+       tests for bugs fixed in .NET 2.0.
+
+2007-02-13  Boris Kirzner <borisk@mainsoft.com>
+       * CaseInsensitiveHashCodeProviderTest.cs, HashtableTest.cs:
+       test ifdefs for TARGET_JVM.
+
+2006-11-28  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * CaseInsensitiveComparerTest.cs: Added tests for bug #80082 and bug
+       #80076. Improved existing tests.
+
+2006-08-08  Duncan Mak  <duncan@novell.com>
+
+       * ReadOnlyCollectionBaseTest.cs (TestZeroCountOnNew): Add test for
+       overriding Count in NET_2_0 for #79033.
+
 2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>
 
        * QueueTest.cs, SortedListTest.cs : many capacity-related tests are
 
        * CollectionBaseTest.cs: Make it a better NUnit v2 example
 
-2003-02-15  Pedro Martínez Juliá  <yoros@wanadoo.es>
+2003-02-15  Pedro Martínez Juliá  <yoros@wanadoo.es>
 
        * HashtableTest.cs: Add serialization test.