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