2009-04-02 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / corlib / Test / System.Collections.Generic / ChangeLog
1 2009-04-02  Jb Evain  <jbevain@novell.com>
2
3         * DictionaryTest.cs: add test for bug #328036.
4
5 2008-11-14  Jb Evain  <jbevain@novell.com>
6
7         * DictionaryTest.cs: add tests for #444778.
8
9 2008-11-14  Jb Evain  <jbevain@novell.com>
10
11         * DictionaryTest.cs: add tests for bug #444768.
12
13 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
14
15         * DictionaryTest.cs: Add a test for #432441.
16
17 2008-09-29  Jb Evain  <jbevain@novell.com>
18
19         * DictionaryTest.cs: test for null argument for ContainsKey.
20         Patch by Jonathan Anderson  <jonathan.l.anderson@gmail.com>
21
22 2008-09-24  Jb Evain  <jbevain@novell.com>
23
24         * DictionaryTest.cs: add tests for bug #429530.
25
26 2008-09-12  Jb Evain  <jbevain@novell.com>
27
28         * DictionaryTest.cs: add tests for #425693.
29
30 2008-06-16  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
31
32         * DictionaryTest.cs: Add test for an incompatibility
33
34 2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
35
36         * DictionaryTest.cs: Added not working tests for bug #384723. Spaces
37         to tabs.
38
39 2008-03-21  Sebastien Pouliot  <sebastien@ximian.com>
40
41         * EqualityComparerTest.cs: New. Add test cases for using null with 
42         GetHashCode (bug #372892).
43
44 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
45
46         * ListTest.cs: Make some tests public.
47
48 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
49
50         * DictionaryTest.cs: Test case for #322783 based on Francisco Moraes
51         sample code.
52
53 2006-04-16  Jonathan Chambers  <joncham@gmail.com>
54
55         * ListTest.cs: Test Contains after Remove. 
56         Test for bug #81387.
57
58 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
59
60         * ComparerTest.cs: Added test for bug #80929. Added tests to verify
61         binary serialization compatibility.
62         * IListTest.cs: Fixed header.
63
64 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
65
66         * IListTest.cs: Added test for bug #80260.
67
68 2006-09-12  Gert Driesen  <drieseng@users.sourceforge.net>
69
70         * ListTest.cs: Added tests for binary serialization, and Enumerator
71         version checks.
72
73 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * ListTest.cs : test for bug #77277 by Kazuki Oikawa.
76
77 2006-03-16  Ankit Jain  <jankit@novell.com>
78
79         * ListTest.cs: Add some tests for InsertRange.
80
81 2006-01-23  Raja R Harinath  <rharinath@novell.com>
82
83         * DictionaryTest.cs (IDictionary_*): Add a few tests for the
84         IDictionary explicit implementation.
85
86 2006-01-19  Raja R Harinath  <rharinath@novell.com>
87
88         * DictionaryTest.cs: Remove NotWorking annotations.
89         (Empty_CopyTo, Empty_Values_CopyTo): Fix tests to check that
90         CopyTo from an empty dictionary does not throw an exception when
91         'index==array.Length'.
92         (PlainEnumeratorReturnTest): Check the type of 'Entry' property too.
93
94 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
95
96         * DictionaryTest.cs : fixed several tests to not fail under .NET 2.0
97           and thus marked some as NotWorking. Numbered some assertions.
98
99 2005-12-21  Sebastien Pouliot  <sebastien@ximian.com>
100
101         * ListTest.cs: Added test cases for #77039 for sorting a list with
102         IComparable (generic or not) and without IComparable (exception).
103
104 2005-12-20  Sebastien Pouliot  <sebastien@ximian.com>
105
106         * ListTest.cs: Added test case for #76361 for sorting the list with a
107         generic comparer.
108
109 2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>
110
111         * DictionaryTest.cs: Added test cases for CopyTo, including a test for
112         DictionaryEntry.
113         * ListTest.cs: Added test case for #77019 when copying from an empty 
114         dictionary.
115
116 2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>
117
118         * ListTest.cs: Added test case for a binary search with an empty list
119         (bug #77030). Removed IsReadOnly test case as this isn't part of the 
120         public API anymore.
121
122 2005-08-16  Martin Baulig  <martin@ximian.com>
123
124         * DictionaryTest.cs (IEnumeratorGenericTest): Reflect latest
125         `KeyValuePair<K,V>' API changes.
126
127 2005-06-27  Raja R Harinath  <rharinath@novell.com>
128
129         * DictionaryTest.cs (FailFastTest1, FailFastTest2, FailFastTest3):
130         New tests to ensure that enumerators are invalidated on
131         modifications to the dictionary.
132
133 2005-06-22  Raja R Harinath  <rharinath@novell.com>
134
135         * DictionaryTest.cs (KeyValueEnumeratorTest): Add test for infloop
136         if dictionary is read while it's being enumerated.
137
138 2005-06-20  David Waite  <mass@akuma.org>
139
140         * ListTest.cs: Substantial new tests
141
142 2005-06-18  David Waite  <mass@akuma.org>
143
144         * DictionaryTest.cs (AddTest3): Added test of simple interaction with
145         struct dictionary
146         (AddDuplicateTest,IndexerGetNullTest,IndexerSetNullTest): Added tests
147         for exceptional cases to verify correct exceptions
148         (TryGetValueTest): check return value from TryGetValue
149         (KeyValueEnumeratorTest): Added test from verification of ms.net beta2
150         behavior for non-generic IEnumerator/IDictionaryEnumerator behavior
151         against Dictionary<>
152         (SerializationTest): Added test to utilize serialization routines.
153     
154 2005-06-16  Raja R Harinath  <rharinath@novell.com>
155
156         * DictionaryTest.cs (SliceCollectionsEnumeratorTest): New test
157         based on #75053.
158
159 2005-06-07  Ankit Jain <ankit@corewars.org>
160
161         * DictionaryTest.cs (KeyValueEnumeratorTest): Added new test.
162         
163 2005-05-19  Raja R Harinath  <rharinath@novell.com>
164
165         * ListTest.cs (TestGetRange): Add missing ';'.  Actually compare
166         the length of the list.
167
168 2005-05-18  Miguel de Icaza  <miguel@novell.com>
169
170         * ListTest.cs: Added.
171
172 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
173
174         * QueueTest.cs, StackTest.cs: They are now in System.dll
175
176 2005-05-05  Raja R Harinath  <rharinath@novell.com>
177
178         * DictionaryTest.cs (MyTest.GetHashCode): Add to silence a
179         compiler warning.
180
181 2005-04-04  Raja R Harinath  <rharinath@novell.com>
182
183         * DictionaryTest.cs: Update.
184
185 2005-04-02  Ben Maurer  <bmaurer@ximian.com>
186
187         * DictionaryTest.cs: new test.
188
189 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
190
191         * QueueTest.cs: new Test.
192
193 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
194
195         * StackTest.cs: new Test.
196