[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Collections.Generic / ChangeLog
index 18d73ccab026d3bae7b9ba87d14986e7d38e6fa8..e40450494e02e99a4cff2a1583eaf6f2114a5b14 100644 (file)
@@ -1,3 +1,38 @@
+2010-04-09  Raja R Harinath  <harinath@hurrynot.org>
+
+       * SortedSetTest.cs (ViewCount): Test that count reflects changes
+       in underlying set.
+
+2010-04-07  Raja R Harinath  <harinath@hurrynot.org>
+
+       * SortedSetTest.cs: Update to test more view functionality,
+       including set comparison operators.
+
+2010-04-06  Jb Evain  <jbevain@novell.com>
+
+       * SortedSetTest.cs: add test for SortedSubSet.Count.
+
+2010-04-05  Raja R Harinath  <harinath@hurrynot.org>
+
+       * SortedSetTest.cs: Add test for various set comparison operators.
+
+2010-04-04  Raja R Harinath  <harinath@hurrynot.org>
+
+       * SortedSetTest.cs: Add tests for IntersectWith, UnionWith,
+       ExceptWith and SymmetricExceptWith.
+
+2010-04-02  Jb Evain  <jbevain@novell.com>
+
+       * SortedSetTest.cs: add tests for Min and Max on subsets.
+
+2010-04-02  Jb Evain  <jbevain@novell.com>
+
+       * SortedSetTest.cs: add tests for GetViewBetween.
+
+2010-04-02  Jb Evain  <jbevain@novell.com>
+
+       * SortedSetTest.cs: add tests for Min and Max.
+
 2010-04-02  Jb Evain  <jbevain@novell.com>
 
        * SortedSetTest.cs: add test for RemoveWhere.