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