merge -r 58784:58785
[mono.git] / mcs / class / corlib / Test / System.Collections.Generic / ChangeLog
1 2005-08-16  Martin Baulig  <martin@ximian.com>
2
3         * DictionaryTest.cs (IEnumeratorGenericTest): Reflect latest
4         `KeyValuePair<K,V>' API changes.
5
6 2005-06-27  Raja R Harinath  <rharinath@novell.com>
7
8         * DictionaryTest.cs (FailFastTest1, FailFastTest2, FailFastTest3):
9         New tests to ensure that enumerators are invalidated on
10         modifications to the dictionary.
11
12 2005-06-22  Raja R Harinath  <rharinath@novell.com>
13
14         * DictionaryTest.cs (KeyValueEnumeratorTest): Add test for infloop
15         if dictionary is read while it's being enumerated.
16
17 2005-06-20  David Waite  <mass@akuma.org>
18
19         * ListTest.cs: Substantial new tests
20
21 2005-06-18  David Waite  <mass@akuma.org>
22
23         * DictionaryTest.cs (AddTest3): Added test of simple interaction with
24         struct dictionary
25         (AddDuplicateTest,IndexerGetNullTest,IndexerSetNullTest): Added tests
26         for exceptional cases to verify correct exceptions
27         (TryGetValueTest): check return value from TryGetValue
28         (KeyValueEnumeratorTest): Added test from verification of ms.net beta2
29         behavior for non-generic IEnumerator/IDictionaryEnumerator behavior
30         against Dictionary<>
31         (SerializationTest): Added test to utilize serialization routines.
32     
33 2005-06-16  Raja R Harinath  <rharinath@novell.com>
34
35         * DictionaryTest.cs (SliceCollectionsEnumeratorTest): New test
36         based on #75053.
37
38 2005-06-07  Ankit Jain <ankit@corewars.org>
39
40         * DictionaryTest.cs (KeyValueEnumeratorTest): Added new test.
41         
42 2005-05-19  Raja R Harinath  <rharinath@novell.com>
43
44         * ListTest.cs (TestGetRange): Add missing ';'.  Actually compare
45         the length of the list.
46
47 2005-05-18  Miguel de Icaza  <miguel@novell.com>
48
49         * ListTest.cs: Added.
50
51 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * QueueTest.cs, StackTest.cs: They are now in System.dll
54
55 2005-05-05  Raja R Harinath  <rharinath@novell.com>
56
57         * DictionaryTest.cs (MyTest.GetHashCode): Add to silence a
58         compiler warning.
59
60 2005-04-04  Raja R Harinath  <rharinath@novell.com>
61
62         * DictionaryTest.cs: Update.
63
64 2005-04-02  Ben Maurer  <bmaurer@ximian.com>
65
66         * DictionaryTest.cs: new test.
67
68 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
69
70         * QueueTest.cs: new Test.
71
72 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
73
74         * StackTest.cs: new Test.
75