[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Collections.Generic / ChangeLog
index 9901e47c71bf970070adc53cef7c509cd421ece6..e40450494e02e99a4cff2a1583eaf6f2114a5b14 100644 (file)
@@ -1,3 +1,69 @@
+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.
+
+2010-04-02  Jb Evain  <jbevain@novell.com>
+
+       * SortedSetTest.cs: add test for Reverse.
+
+2010-04-02  Jb Evain  <jbevain@novell.com>
+
+       * SortedSetTest.cs: add new fixture.
+
+2009-12-01  Jb Evain  <jbevain@novell.com>
+
+       * StackTest.cs: add a test ensuring that disposing the stack
+       enumerator prevents to iterate further.
+
+2009-11-25  Jb Evain  <jbevain@novell.com>
+
+       * QueueTest.cs: add test for a specific combination of
+       calls that make the queue crash when enqueuing an item.
+
+2009-11-25  Jb Evain  <jbevain@novell.com>
+
+       * QueueTest.cs: add tests for ICollection.CopyTo.
+
+2009-07-31  Raja R Harinath  <harinath@hurrynot.org>
+
+       * SortedDictionaryTest.cs (Enumerator_Current): New test.
+       (KeyEnumerator_Current, ValueEnumerator_Current): Likewise.
+
 2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * SortedListTest.cs: new tests for bug #521750 provided by