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