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