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