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