[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Collections / ChangeLog
index 30f2a946d2f300427134593674830e89aa2a3e67..84a96b6157f350877a4be008cd54a85622cdf018 100644 (file)
@@ -1,3 +1,36 @@
+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