[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Collections.ObjectModel / ChangeLog
1 2010-06-09  Jonathan Pryor  <jpryor@novell.com>
2
3         * KeyedCollectionTest.cs: Verify exception safety of Insert().
4
5 2008-01-20  Juraj Skripsky  <js@hotfeet.ch>
6
7         * ReadOnlyCollectionTest.cs: Add test to verify that ReadOnlyCollection
8         is indeed only a simple wrapper for a given IList.
9         Add tests for ICollection.IsSynchronized, IList.IsFixedSize and
10         IList.IsReadOnly.
11
12 2008-01-13  Gert Driesen  <drieseng@users.sourceforge.net>
13
14         * CollectionTest.cs: Added test for ICollection.CopyTo.
15         * ReadOnlyCollectionTest.cs: Added ctor tests, and test for
16         ICollection.CopyTo.
17
18 2005-10-25  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * KeyedCollectionTest.cs : new file by Carlo Kok (ck@carlo-kok.com).
21
22 2005-06-21  Raja R Harinath  <rharinath@novell.com>
23
24         * CollectionTest.cs (IEnumerable.GetEnumerator): Don't prefix with
25         System.Collections, since it resolves to the MonoTests namespace.
26
27 2005-06-21  David Waite  <mass@akuma.org>
28
29         * CollectionTest.cs : added