New test.
[mono.git] / mcs / class / System.Core / Test / System.Linq / ChangeLog
1 2010-03-24  Jb Evain  <jbevain@novell.com>
2
3         * EnumerableTest.cs: add test for #582502.
4
5 2009-11-12  Eric Maupin  <me@ermau.com>
6
7         * EnumerableMoreTest.cs: Added ToLookup test for null keys, updated old test to check count.
8         * LookupTest.cs: Added tests for contains, the enumerator and null keys in the indexer.
9
10 2009-04-03  Jb Evain  <jbevain@novell.com>
11
12         * EnumerableTest.cs: test for bug 491841.
13
14 2009-03-28  Jb Evain  <jbevain@novell.com>
15
16         * EnumerableTest.cs: add test for bug #490016.
17
18 2009-01-15  Jb Evain  <jbevain@novell.com>
19
20         * LookupTest.cs: new tests.
21
22 2008-09-28  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * EnumerableTest.cs: Add test case for Average with nullable long.
25
26 2008-08-08  Jb Evain  <jbevain@novell.com>
27
28         * EnumerableTest.cs: add test to ensure that Take doesn't consume
29         an uneeded item from the source enumerable. Test by
30         Jonathan Pryor  <jpryor@novell.com>.
31
32 2008-05-20  Roei Erez  <roeie@mainsoft.com>
33
34         * Add tests for Queryable.AsQureyable
35
36 2008-05-15  Roei Erez  <roeie@mainsoft.com>
37
38         * EnumerableAsQueryableTest.cs: test cases for Queryable.AsQueryable() implementation.
39
40 2008-05-08  Jonathan Pryor  <jpryor@novell.com>
41
42         * EnumerableTest.cs: test Reverse() for non-IList types.
43         * EnumerableMoreTest.cs: test LongCount() for non-array types.
44
45 2008-04-30  Jb Evain  <jbevain@novell.com>
46
47         * EnumerableTest.cs: tests for average on int and long.
48
49 2008-04-22  Leonid Freydovich <leonidf@mainsoft.com>
50
51         * QueryableProviderTest.cs: add simple test for Queryable.
52
53 2008-01-22  Jb Evain  <jbevain@novell.com>
54
55         * EnumerableMoreTest.cs: add tests by
56         Andreas Noever <andreas.noever@gmail.com>.
57
58 2007-11-27  Scott Peterson <lunchtimemama@gmail.com>
59
60         * EnumerableTest.cs: Added orderby test.
61
62 2007-11-22  Jb Evain  <jbevain@novell.com>
63
64         * EnumerableTest.cs: Add test for Range.
65
66 2007-11-13  Jb Evain  <jbevain@novell.com>
67
68         * EnumerableTest.cs: unit tests are good.
69
70 2007-11-08  Jb Evain  <jbevain@novell.com>
71
72         * EnumerableTest.cs: add test for SequenceEqual.
73
74 2007-11-08  Jb Evain  <jbevain@novell.com>
75
76         * EnumerableTest.cs: add simple test for Union.
77
78 2007-11-08  Jb Evain  <jbevain@novell.com>
79
80         * EnumerableTest.cs: add simple test for intersect.
81
82 2007-11-06  Jb Evain  <jbevain@novell.com>
83
84         * EnumerableTest.cs: add simple test for Except.