Fix Enumerator.Current handling in SortedDictionary<,>
[mono.git] / mcs / class / System / Test / System.Collections.Generic / ChangeLog
1 2009-07-31  Raja R Harinath  <harinath@hurrynot.org>
2
3         * SortedDictionaryTest.cs (Enumerator_Current): New test.
4         (KeyEnumerator_Current, ValueEnumerator_Current): Likewise.
5
6 2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
7
8         * SortedListTest.cs: new tests for bug #521750 provided by
9         Kevin Fitzgerald.
10
11 2009-05-10  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
12
13         * LinkedListTest.cs: Added test for #481621,
14         converted from example code by Andy Hume <andyhume32@yahoo.co.uk>.
15
16 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
17
18         * SortedListTest.cs: Add tests for #483985.
19
20 2009-05-06  Pia Eriksson  <pe@hallerud.se>
21
22         * SortedListTest.cs: Added test for CopyTo
23         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
24         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
25         * QueueTest.cs: Test for CopyTo extended w. case when Count == 0
26         * StackTest.cs: Test for CopyTo extended w. case when Count == 0
27         * SortedDictionaryTest.cs: Added test for CopyTo on SortedDictionary,
28         SortedDictionary.Keys and SortedDictionary.Values
29
30 2007-08-20  Jb Evain  <jbevain@novell.com>
31
32         * SortedListTest.cs: Tests for #82492.
33
34 2007-05-02  Raja R Harinath  <harinath@gmail.com>
35
36         * SortedDictionaryTest.cs (AddNullKeyNullable): Enable.
37
38 2007-04-19  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * QueueTest.cs: Removed usage of deprecated Assertion class. Added
41         test for TrimExcess. Added tests for binary serialization.
42         * StackTest.cs: Removed usage of deprecated Assertion class. Added
43         test for TrimExcess. Added tests for binary serialization.
44
45 2007-03-27  Alan McGovern <alan.mcgovern@gmail.com>
46
47         * QueueTest.cs: Fixed compilation and cosmetic changes
48
49 2007-02-08  Ilya Kharmatsky <ilyak -at- mainsoft.com>
50
51         * SortedDictionaryTest.cs: Added 'Ignore' attribute under
52         TARGET_JVM to workaround not working under Grasshopper test.
53
54 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
55         
56         * QueueTest.cs, StackTest.cs: Added 'Ignore' attribute under 
57         TARGET_JVM to workaround Grasshopper's bug.
58
59 2006-11-15  Andrew Skiba  <andrews@mainsoft.com>
60
61         * LinkedListTest.cs, QueueTest.cs, SortedListTest.cs, StackTest.cs:
62         TARGET_JVM to workaround CopyTo limitations.
63
64 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * SortedDictionaryTest.cs : new test.
67
68 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
69
70         * StackTest.cs QueueTest.cs: Remove tests for removed TrimToSize ()
71         method.
72
73 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
74
75         * SortedListTest.cs: New file.
76
77 2005-09-04  David Waite  <mass@akuma.org>
78
79         * LinkedListTest.cs: Added tests for LinkedList<T>
80
81 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
82
83         * QueueTest.cs, StackTest.cs: moved from mscorlib test.
84