Add support for ToolsVersion and correctly build msbuild+xbuild assemblies
[mono.git] / mcs / class / System / Test / System.Collections.Generic / ChangeLog
1 2010-04-05  Raja R Harinath  <harinath@hurrynot.org>
2
3         * SortedSetTest.cs: Add test for various set comparison operators.
4
5 2010-04-04  Raja R Harinath  <harinath@hurrynot.org>
6
7         * SortedSetTest.cs: Add tests for IntersectWith, UnionWith,
8         ExceptWith and SymmetricExceptWith.
9
10 2010-04-02  Jb Evain  <jbevain@novell.com>
11
12         * SortedSetTest.cs: add tests for Min and Max on subsets.
13
14 2010-04-02  Jb Evain  <jbevain@novell.com>
15
16         * SortedSetTest.cs: add tests for GetViewBetween.
17
18 2010-04-02  Jb Evain  <jbevain@novell.com>
19
20         * SortedSetTest.cs: add tests for Min and Max.
21
22 2010-04-02  Jb Evain  <jbevain@novell.com>
23
24         * SortedSetTest.cs: add test for RemoveWhere.
25
26 2010-04-02  Jb Evain  <jbevain@novell.com>
27
28         * SortedSetTest.cs: add test for Reverse.
29
30 2010-04-02  Jb Evain  <jbevain@novell.com>
31
32         * SortedSetTest.cs: add new fixture.
33
34 2009-12-01  Jb Evain  <jbevain@novell.com>
35
36         * StackTest.cs: add a test ensuring that disposing the stack
37         enumerator prevents to iterate further.
38
39 2009-11-25  Jb Evain  <jbevain@novell.com>
40
41         * QueueTest.cs: add test for a specific combination of
42         calls that make the queue crash when enqueuing an item.
43
44 2009-11-25  Jb Evain  <jbevain@novell.com>
45
46         * QueueTest.cs: add tests for ICollection.CopyTo.
47
48 2009-07-31  Raja R Harinath  <harinath@hurrynot.org>
49
50         * SortedDictionaryTest.cs (Enumerator_Current): New test.
51         (KeyEnumerator_Current, ValueEnumerator_Current): Likewise.
52
53 2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
54
55         * SortedListTest.cs: new tests for bug #521750 provided by
56         Kevin Fitzgerald.
57
58 2009-05-10  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
59
60         * LinkedListTest.cs: Added test for #481621,
61         converted from example code by Andy Hume <andyhume32@yahoo.co.uk>.
62
63 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
64
65         * SortedListTest.cs: Add tests for #483985.
66
67 2009-05-06  Pia Eriksson  <pe@hallerud.se>
68
69         * SortedListTest.cs: Added test for CopyTo
70         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
71         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
72         * QueueTest.cs: Test for CopyTo extended w. case when Count == 0
73         * StackTest.cs: Test for CopyTo extended w. case when Count == 0
74         * SortedDictionaryTest.cs: Added test for CopyTo on SortedDictionary,
75         SortedDictionary.Keys and SortedDictionary.Values
76
77 2007-08-20  Jb Evain  <jbevain@novell.com>
78
79         * SortedListTest.cs: Tests for #82492.
80
81 2007-05-02  Raja R Harinath  <harinath@gmail.com>
82
83         * SortedDictionaryTest.cs (AddNullKeyNullable): Enable.
84
85 2007-04-19  Gert Driesen  <drieseng@users.sourceforge.net>
86
87         * QueueTest.cs: Removed usage of deprecated Assertion class. Added
88         test for TrimExcess. Added tests for binary serialization.
89         * StackTest.cs: Removed usage of deprecated Assertion class. Added
90         test for TrimExcess. Added tests for binary serialization.
91
92 2007-03-27  Alan McGovern <alan.mcgovern@gmail.com>
93
94         * QueueTest.cs: Fixed compilation and cosmetic changes
95
96 2007-02-08  Ilya Kharmatsky <ilyak -at- mainsoft.com>
97
98         * SortedDictionaryTest.cs: Added 'Ignore' attribute under
99         TARGET_JVM to workaround not working under Grasshopper test.
100
101 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
102         
103         * QueueTest.cs, StackTest.cs: Added 'Ignore' attribute under 
104         TARGET_JVM to workaround Grasshopper's bug.
105
106 2006-11-15  Andrew Skiba  <andrews@mainsoft.com>
107
108         * LinkedListTest.cs, QueueTest.cs, SortedListTest.cs, StackTest.cs:
109         TARGET_JVM to workaround CopyTo limitations.
110
111 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * SortedDictionaryTest.cs : new test.
114
115 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
116
117         * StackTest.cs QueueTest.cs: Remove tests for removed TrimToSize ()
118         method.
119
120 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
121
122         * SortedListTest.cs: New file.
123
124 2005-09-04  David Waite  <mass@akuma.org>
125
126         * LinkedListTest.cs: Added tests for LinkedList<T>
127
128 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
129
130         * QueueTest.cs, StackTest.cs: moved from mscorlib test.
131