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