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