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