2010-04-02 Jb Evain <jbevain@novell.com>
[mcs.git] / class / System / Test / System.Collections.Generic / ChangeLog
blob2a4a8a3d63e1e8c071dab1c539e70ffc781dff7d
1 2010-04-02  Jb Evain  <jbevain@novell.com>
3         * SortedSetTest.cs: add tests for Min and Max on subsets.
5 2010-04-02  Jb Evain  <jbevain@novell.com>
7         * SortedSetTest.cs: add tests for GetViewBetween.
9 2010-04-02  Jb Evain  <jbevain@novell.com>
11         * SortedSetTest.cs: add tests for Min and Max.
13 2010-04-02  Jb Evain  <jbevain@novell.com>
15         * SortedSetTest.cs: add test for RemoveWhere.
17 2010-04-02  Jb Evain  <jbevain@novell.com>
19         * SortedSetTest.cs: add test for Reverse.
21 2010-04-02  Jb Evain  <jbevain@novell.com>
23         * SortedSetTest.cs: add new fixture.
25 2009-12-01  Jb Evain  <jbevain@novell.com>
27         * StackTest.cs: add a test ensuring that disposing the stack
28         enumerator prevents to iterate further.
30 2009-11-25  Jb Evain  <jbevain@novell.com>
32         * QueueTest.cs: add test for a specific combination of
33         calls that make the queue crash when enqueuing an item.
35 2009-11-25  Jb Evain  <jbevain@novell.com>
37         * QueueTest.cs: add tests for ICollection.CopyTo.
39 2009-07-31  Raja R Harinath  <harinath@hurrynot.org>
41         * SortedDictionaryTest.cs (Enumerator_Current): New test.
42         (KeyEnumerator_Current, ValueEnumerator_Current): Likewise.
44 2009-07-14 Gonzalo Paniagua Javier <gonzalo@novell.com>
46         * SortedListTest.cs: new tests for bug #521750 provided by
47         Kevin Fitzgerald.
49 2009-05-10  AndrĂ©s G. Aragoneses  <aaragoneses@novell.com>
51         * LinkedListTest.cs: Added test for #481621,
52         converted from example code by Andy Hume <andyhume32@yahoo.co.uk>.
54 2009-03-11  Zoltan Varga  <vargaz@gmail.com>
56         * SortedListTest.cs: Add tests for #483985.
58 2009-05-06  Pia Eriksson  <pe@hallerud.se>
60         * SortedListTest.cs: Added test for CopyTo
61         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
62         * LinkedListTest.cs: Test for CopyTo extended w. case when Count == 0
63         * QueueTest.cs: Test for CopyTo extended w. case when Count == 0
64         * StackTest.cs: Test for CopyTo extended w. case when Count == 0
65         * SortedDictionaryTest.cs: Added test for CopyTo on SortedDictionary,
66         SortedDictionary.Keys and SortedDictionary.Values
68 2007-08-20  Jb Evain  <jbevain@novell.com>
70         * SortedListTest.cs: Tests for #82492.
72 2007-05-02  Raja R Harinath  <harinath@gmail.com>
74         * SortedDictionaryTest.cs (AddNullKeyNullable): Enable.
76 2007-04-19  Gert Driesen  <drieseng@users.sourceforge.net>
78         * QueueTest.cs: Removed usage of deprecated Assertion class. Added
79         test for TrimExcess. Added tests for binary serialization.
80         * StackTest.cs: Removed usage of deprecated Assertion class. Added
81         test for TrimExcess. Added tests for binary serialization.
83 2007-03-27  Alan McGovern <alan.mcgovern@gmail.com>
85         * QueueTest.cs: Fixed compilation and cosmetic changes
87 2007-02-08  Ilya Kharmatsky <ilyak -at- mainsoft.com>
89         * SortedDictionaryTest.cs: Added 'Ignore' attribute under
90         TARGET_JVM to workaround not working under Grasshopper test.
92 2007-01-25  Ilya Kharmatsky <ilyak -at- mainsoft.com>
93         
94         * QueueTest.cs, StackTest.cs: Added 'Ignore' attribute under 
95         TARGET_JVM to workaround Grasshopper's bug.
97 2006-11-15  Andrew Skiba  <andrews@mainsoft.com>
99         * LinkedListTest.cs, QueueTest.cs, SortedListTest.cs, StackTest.cs:
100         TARGET_JVM to workaround CopyTo limitations.
102 2006-04-05  Atsushi Enomoto  <atsushi@ximian.com>
104         * SortedDictionaryTest.cs : new test.
106 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
108         * StackTest.cs QueueTest.cs: Remove tests for removed TrimToSize ()
109         method.
111 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
113         * SortedListTest.cs: New file.
115 2005-09-04  David Waite  <mass@akuma.org>
117         * LinkedListTest.cs: Added tests for LinkedList<T>
119 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
121         * QueueTest.cs, StackTest.cs: moved from mscorlib test.