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