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