New test.
[mono.git] / mcs / class / corlib / Test / System.Collections / ChangeLog
1 2006-08-08  Duncan Mak  <duncan@novell.com>
2
3         * ReadOnlyCollectionBaseTest.cs (TestZeroCountOnNew): Add test for
4         overriding Count in NET_2_0 for #79033.
5
6 2006-04-25  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * QueueTest.cs, SortedListTest.cs : many capacity-related tests are
9           written under improper assumption. As a result they don't pass when
10           we run make PROFILE=net_2_0 run-test-ondotnet, so got rid of them.
11
12 2006-01-04  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * HashtableTest.cs: Added test case to check if all subclasses are 
15         serializable.
16
17 2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * ArrayListTest.cs: Added test cases for a binary search with an empty
20         list (bug #77030). Fixed other test cases so they execute without 
21         failures under MS 2.0.
22
23 2005-12-07  Sebastien Pouliot  <sebastien@ximian.com>
24
25         * SortedTestList.cs: Added more test for the constructor accepting an
26         IComparer and to avoid regression of bug #76750.
27
28 2005-12-06  Sebastien Pouliot  <sebastien@ximian.com>
29
30         * CaseInsensitiveHashCodeProviderTest: Added test cases for the 
31         default ctor, roudtripping serialization and deserializing data
32         generated on MS 1.1 and 2.0.
33
34 2005-12-05  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * ComparerTest.cs: Removed "NotWorking" from "Invariant" test case 
37         (it's now working). Added new test cases for ISerializable (added in
38         SP1 and present in 2.0) and completed coverage with tests for ctor.
39
40 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * HashtableTest.cs : testcase for #75790.
43
44 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * SortedListTest.cs : testcase for #59694.
47
48 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
49
50         * ArrayListTest.cs: The patch below was not committed with the
51         same text as the patch on the bug. There was an s/1/3. Doing the
52         patch as specified on the bug makes buildbot work and the test
53         work on msft
54
55 2005-07-17  Florian Gross  <flgr@ccan.de>
56
57         * ArrayListTest.cs: Test for #75545.
58
59 2005-06-23  Ben Maurer  <bmaurer@ximian.com>
60
61         * QueueTest.cs, StackTest.cs: Test for #75369.
62
63 2005-05-26  Ben Maurer  <bmaurer@ximian.com>
64
65         * QueueTest.cs: New test.
66
67 2005-05-09  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * StackTest.cs : test for CopyTo() on an empty stack.
70
71 2005-01-05  Nick Drochak  <ndrochak@ieee.org>
72
73         * ComparerTest.cs: Modernize and fix line endings. Test is failing with
74         mono, see if this change has any effect.
75
76 2004-12-16  Lluis Sanchez Gual  <lluis@novell.com>
77
78         * HashtableTest.cs: Added test for bug #70570.
79
80 2004-08-24 Nick Drochak <ndrochak@ieee.org>
81
82         
83
84         * ComparerTest.cs: On MS.NET 1.1 Compare("a", "A") returns < 0.
85         
86
87
88 2004-07-28  Dick Porter  <dick@ximian.com>
89
90         * ComparerTest.cs: Test for invariant compares (bug 61458.)
91
92 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
93
94         * HashtableTest.cs: Added new case to CopyTo(Array,int) an empty 
95         hashtable.
96         * SortedListTest.cs: Un-ignored TestCapacity4 test case as it now 
97         works correctly under Mono.
98
99 2004-06-01  Sebastien Pouliot  <sebastien@ximian.com>
100
101         * SortedListTest.cs: Added new test when initial capacity is set to 0
102         (so it never returns to default, 16, when Capacity is set to 0) unless
103         Clear is called. Cleaned up unused SetUp/TearDown.
104
105 2004-05-31  Sebastien Pouliot  <sebastien@ximian.com>
106
107         * ArrayListTest.cs: Added new test for null in BinarySearch.
108         * HashtableTest.cs: Added null checking fro GetObjectData.
109
110 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
111
112         * HashtableTest.cs: Added case where a cloned hashtable must also be
113         synchronized (if the original was).
114         * QueueTest.cs: Added case where we try to get Current after the last
115         MoveNext. Added case to ensure that MoveNext always return false 
116         (after the first time). Test for synchronized clones.
117         * SortedListTest.cs: Added cases for synchronized capacity and testing
118         the interface from the internal enumerator. Test that setting Capacity
119         to zero return the capacity to it's initial default (16).
120
121 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
122
123         * ArrayListTest.cs: Added tests for integer overflows.
124
125 2003-12-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
126
127         * QueueTest.cs: added more tests. Patch from Carlos Barcenilla.
128
129 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
130
131         * StackTest.cs: Applied patch from Carlos A. Barcenilla to fix minor
132         bugs (#50755).
133
134 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
135
136         * HashtableTest.cs: patch from Carlos A.  Barcenilla
137         (barce@frlp.utn.edu.ar) that includes some fixes for Hashtable +
138         NUnit2 tests.
139
140 2003-10-07 Nick Drochak <ndrochak@gol.com>
141
142         * DictionaryBaseTest.cs:
143         * NewArrayListTest.cs: Clean up warnings that were annoying me.
144
145 2003-08-12  Nick Drochak <ndrochak@gol.com>
146
147         * NewArrayListTest.cs: Disable part that was failing on .NET. Marked
148         with FIXME.
149
150 2003-08-11  Duncan Mak  <duncan@ximian.com>
151
152         * ArrayListTest.cs: Added test case submitted by Tum in bug #45036.
153
154         * DictionaryBaseTest.cs: added new test provided by Carlos Barcenilla
155         (barce@frlp.utn.edu.ar).
156
157 2003-08-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
158
159         * CollectionBaseTest.cs: added new test provided by Carlos Barcenilla
160         (barce@frlp.utn.edu.ar).
161
162 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
163
164         * CollectionBaseTest.cs: added a few more tests. Now derives from
165         Assertion.
166
167 2003-06-20  Nick Drochak  <ndrochak@gol.com>
168
169         * SortedListTest.cs: Make it pass on .NET 1.1.
170
171 2003-06-14  Duncan Mak  <duncan@ximian.com>
172
173         * SortedListTest.cs
174         (TestIndexer):
175         (TestEnumerator): Incorporated these two tests from Philippe
176         Lavoie <philippe.lavoie@cactus.ca>.
177
178 2003-06-12  Duncan Mak  <duncan@ximian.com>
179
180         * HashtableTest.cs: Converted it to the new style of NUnit tests.
181
182         (TestCtor3): 
183         (TestCtor4): new tests for the constructor.
184
185 2003-06-11  Duncan Mak  <duncan@ximian.com>
186
187         * SortedListTest.cs: Convert it to the new style of NUnit tests.
188
189         (TestCapacity2):
190         (TestCapacity3):
191         (TestCapacity4): new tests for the Capacity property.
192
193         (TestIndexOfValue2):
194         (TestIndexOfValue3): new tests for the IndexOfValue method.
195         
196 2003-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
197
198         * HashtableTest.cs: removed duplicate tests and unneeded inner class.
199
200 2003-06-07  Ben Maurer <bmaurer@users.sourceforge.net>
201         * StackTest.cs: Added test for Contains (null)
202
203 2003-05-13 Nick Drochak <ndrochak@gol.com>
204
205         * DictionaryEntry.cs: Added test
206
207 2003-05-03 Ben Maurer <bmaurer@users.sourceforge.net>
208         
209         * ArrayListTest.cs:
210                 Tests for the above* ArrayList.cs
211                 Added methods to support IList wrappers
212
213 2003-04-15  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
214
215         * CaseInsensitiveComparerTest.cs: Added Some Tests.
216
217 2003-04-09  Ville Palo <vi64pa@kolumbus.fi>
218
219         * ArraListTest.cs: Added little test for Sort ().
220         
221 2003-02-15  Nick Drochak  <ndrochak@gol.com>
222
223         * CollectionBaseTest.cs: Make it a better NUnit v2 example
224
225 2003-02-15  Pedro Martínez Juliá  <yoros@wanadoo.es>
226
227         * HashtableTest.cs: Add serialization test.
228
229 2002-12-21  Nick Drochak <ndrochak@gol.com>
230
231         * all: make tests build and run under nunit2
232
233 2002-10-16  Nick Drochak  <ndrochak@gol.com>
234
235         * QueueTest.cs: Add test from tetsuo via Vladimir Vukicevic 
236         (vladimir@pobox.com).
237
238 2002-10-09  Nick Drochak  <ndrochak@gol.com>
239
240         * SortedListTest.cs: Re-enable test for IsSyncronized
241
242 2002-09-24  Nick Drochak  <ndrochak@gol.com>
243
244         * ArrayListTest.cs: Add test for InsertRange() for the case where an
245         ArrayList is passed to itself to be insterted.
246
247 2002-09-24  Nick Drochak  <ndrochak@gol.com>
248
249         * ArrayListTest.cs: Add check that enumerator is invalidated after a
250         method that changes the list, such as Add(), Remove(), etc.
251
252 2002-07-02  Nick Drochak  <ndrochak@gol.com>
253
254         * SortedListTest.cs: Fix some expected/actual value parameters for
255         AssertEquals().
256
257 2002-06-30  Nick Drochak  <ndrochak@gol.com>
258
259         * SortedListTest.cs: Fix some expected/actual value parameters in the
260         Assert()'s. Disable a part of test until the class is finished.
261
262 2002-06-25  Nick Drochak  <ndrochak@gol.com>
263
264         * QueueTest.cs: Trap some unexpected exceptions and add a bit of
265         verbosity to some assert messages.
266
267 2002-06-20  Nick Drochak  <ndrochak@gol.com>
268
269         * SortedListTest.cs: Make tests pass against ms.net.
270         * QueueTest.cs: Make tests pass against ms.net.
271
272 2002-06-19  Nick Drochak  <ndrochak@gol.com>
273
274         * AllTests.cs: Sort names and include missing tests.
275         * SortedListTest.cs: Change Console.WriteLine() into Fail().
276
277 2002-05-27  Nick Drochak  <ndrochak@gol.com>
278
279         * ArrayListTest.cs (TestLastIndexOf): Add try-catch block to report
280         where we are throwing.
281
282 2002-05-21  Lawrence Pit  <loz@cable.a2000.nl>
283
284         * ArrayListTest.cs: Added several tests to test for 0 capacity
285
286 2002-05-05  Nick Drochak  <ndrochak@gol.com>
287
288         * ArrayListTest.cs: Test for RankException when constructing from a 
289         multi-dimensional array. Confirmed behavior from MS.NET
290
291 2002-05-01  Nick Drochak  <ndrochak@gol.com>
292
293         * ArrayListTest.cs (TestBinarySearch) : accomodate possible bug in
294         .NET runtime.
295
296 2002/05/01  Nick Drochak <ndrochak@gol.com>
297
298         * ArrayListTest.cs (TestCopyTo) : Make assert messages unique and
299         avoid possible MS.NET bug when test is run on .NET.
300
301 2002/04/30  Nick Drochak <ndrochak@gol.com>
302
303         * ArrayListTest.cs (TestInsertRange) : Make assert messages unique.
304
305 2002-04-30  Nick Drochak  <ndrochak@gol.com>
306
307         * ArrayListTest.cs (TestTrimToSize): Change test so that it doesn't
308         rely on the specific timing of a capacity change.  Our corlib doubles
309         capacity sooner than the reference system does.
310
311 2002-04-30  Nick Drochak  <ndrochak@gol.com>
312
313         * ArrayListTest.cs: Catch unexpected exception typs and report as
314         failures.
315
316 2002-04-29  Nick Drochak  <ndrochak@gol.com>
317
318         * ArrayListTest.cs (TestBinarySearch): Catch the correct exception here.
319
320 2002-04-29  Nick Drochak  <ndrochak@gol.com>
321
322         * ArrayListTest.cs (): Remove test on unsorted array.  Behavior is 
323         undefined according to docs. Re-added test that was commented out.
324
325 2002-03-24  Duncan Mak  <duncan@ximian.com>
326
327         * SortedListTest.cs: Committed to CVS for Jaak Simm <jaaksimm@firm.ee>.
328
329 2002-02-28  Nick Drochak  <ndrochak@gol.com>
330
331         * HashtableTest.cs: make the second test class public.  The was showing
332         as an error whe run against the mscorlib.  Might be because of the
333         new NUnit that was just checked in.
334
335 2002-02-20  Nick Drochak  <ndrochak@gol.com>
336
337         * ArrayListTest.cs: Add a small assert for a bug that I found and fixed
338         in ArrayList.  Make sure it doesn't come up again.
339
340 2002-02-10  Nick Drochak  <ndrochak@gol.com>
341
342         * QueueTest.cs: Put in correct namespace.
343
344 2002-02-09  Nick Drochak  <ndrochak@gol.com>
345
346         * StackTest.cs: Removed test for IsReadonly.  Doesn't exist in .NET 1.0
347
348 2002-01-20  Nick Drochak  <ndrochak@gol.com>
349
350         * BitArrayTest.cs: wrapped try-catch blocks around several of the tests. 
351         NUnit doesn't properly catch exception here anymore.  Must be something
352         to do with upgrading to .NET.1.0.