[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Collections.Generic / ChangeLog
1 2010-04-09  Raja R Harinath  <harinath@hurrynot.org>
2
3         * SortedSetTest.cs (ViewCount): Test that count reflects changes
4         in underlying set.
5
6 2010-04-07  Raja R Harinath  <harinath@hurrynot.org>
7
8         * SortedSetTest.cs: Update to test more view functionality,
9         including set comparison operators.
10
11 2010-04-06  Jb Evain  <jbevain@novell.com>
12
13         * SortedSetTest.cs: add test for SortedSubSet.Count.
14
15 2010-04-05  Raja R Harinath  <harinath@hurrynot.org>
16
17         * SortedSetTest.cs: Add test for various set comparison operators.
18
19 2010-04-04  Raja R Harinath  <harinath@hurrynot.org>
20
21         * SortedSetTest.cs: Add tests for IntersectWith, UnionWith,
22         ExceptWith and SymmetricExceptWith.
23
24 2010-04-02  Jb Evain  <jbevain@novell.com>
25
26         * SortedSetTest.cs: add tests for Min and Max on subsets.
27
28 2010-04-02  Jb Evain  <jbevain@novell.com>
29
30         * SortedSetTest.cs: add tests for GetViewBetween.
31
32 2010-04-02  Jb Evain  <jbevain@novell.com>
33
34         * SortedSetTest.cs: add tests for Min and Max.
35
36 2010-04-02  Jb Evain  <jbevain@novell.com>
37
38         * SortedSetTest.cs: add test for RemoveWhere.
39
40 2010-04-02  Jb Evain  <jbevain@novell.com>
41
42         * SortedSetTest.cs: add test for Reverse.
43
44 2010-04-02  Jb Evain  <jbevain@novell.com>
45
46         * SortedSetTest.cs: add new fixture.
47
48 2009-12-01  Jb Evain  <jbevain@novell.com>
49
50         * StackTest.cs: add a test ensuring that disposing the stack
51         enumerator prevents to iterate further.
52
53 2009-11-25  Jb Evain  <jbevain@novell.com>
54
55         * QueueTest.cs: add test for a specific combination of
56         calls that make the queue crash when enqueuing an item.
57
58 2009-11-25  Jb Evain  <jbevain@novell.com>
59
60         * QueueTest.cs: add tests for ICollection.CopyTo.
61
62 2009-07-31  Raja R Harinath  <harinath@hurrynot.org>
63
64         * SortedDictionaryTest.cs (Enumerator_Current): New test.
65         (KeyEnumerator_Current, ValueEnumerator_Current): Likewise.
66
67 2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
68
69         * SortedListTest.cs: new tests for bug #521750 provided by
70         Kevin Fitzgerald.
71
72 2009-05-10  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
73
74         * LinkedListTest.cs: Added test for #481621,
75         converted from example code by Andy Hume <andyhume32@yahoo.co.uk>.
76
77 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
78
79         * SortedListTest.cs: Add tests for #483985.
80
81 2009-05-06  Pia Eriksson  <pe@hallerud.se>
82
83         * SortedListTest.cs: Added test for CopyTo
84         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
85         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
86         * QueueTest.cs: Test for CopyTo extended w. case when Count == 0
87         * StackTest.cs: Test for CopyTo extended w. case when Count == 0
88         * SortedDictionaryTest.cs: Added test for CopyTo on SortedDictionary,
89         SortedDictionary.Keys and SortedDictionary.Values
90
91 2007-08-20  Jb Evain  <jbevain@novell.com>
92
93         * SortedListTest.cs: Tests for #82492.
94
95 2007-05-02  Raja R Harinath  <harinath@gmail.com>
96
97         * SortedDictionaryTest.cs (AddNullKeyNullable): Enable.
98
99 2007-04-19  Gert Driesen  <drieseng@users.sourceforge.net>
100
101         * QueueTest.cs: Removed usage of deprecated Assertion class. Added
102         test for TrimExcess. Added tests for binary serialization.
103         * StackTest.cs: Removed usage of deprecated Assertion class. Added
104         test for TrimExcess. Added tests for binary serialization.
105
106 2007-03-27  Alan McGovern <alan.mcgovern@gmail.com>
107
108         * QueueTest.cs: Fixed compilation and cosmetic changes
109
110 2007-02-08  Ilya Kharmatsky <ilyak -at- mainsoft.com>
111
112         * SortedDictionaryTest.cs: Added 'Ignore' attribute under
113         TARGET_JVM to workaround not working under Grasshopper test.
114
115 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
116         
117         * QueueTest.cs, StackTest.cs: Added 'Ignore' attribute under 
118         TARGET_JVM to workaround Grasshopper's bug.
119
120 2006-11-15  Andrew Skiba  <andrews@mainsoft.com>
121
122         * LinkedListTest.cs, QueueTest.cs, SortedListTest.cs, StackTest.cs:
123         TARGET_JVM to workaround CopyTo limitations.
124
125 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
126
127         * SortedDictionaryTest.cs : new test.
128
129 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
130
131         * StackTest.cs QueueTest.cs: Remove tests for removed TrimToSize ()
132         method.
133
134 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
135
136         * SortedListTest.cs: New file.
137
138 2005-09-04  David Waite  <mass@akuma.org>
139
140         * LinkedListTest.cs: Added tests for LinkedList<T>
141
142 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
143
144         * QueueTest.cs, StackTest.cs: moved from mscorlib test.
145