* System.Linq/Enumerable.cs: LongCount() can be optimized for arrays, and Reverse...
[mono.git] / mcs / class / System.Core / Test / System.Linq / ChangeLog
1 2008-05-08  Jonathan Pryor  <jpryor@novell.com>
2
3         * EnumerableTest.cs: test Reverse() for non-IList types.
4         * EnumerableMoreTest.cs: test LongCount() for non-array types.
5
6 2008-04-30  Jb Evain  <jbevain@novell.com>
7
8         * EnumerableTest.cs: tests for average on int and long.
9
10 2008-04-22  Leonid Freydovich <leonidf@mainsoft.com>
11
12         * QueryableProviderTest.cs: add simple test for Queryable.
13
14 2008-01-22  Jb Evain  <jbevain@novell.com>
15
16         * EnumerableMoreTest.cs: add tests by
17         Andreas Noever <andreas.noever@gmail.com>.
18
19 2007-11-27  Scott Peterson <lunchtimemama@gmail.com>
20
21         * EnumerableTest.cs: Added orderby test.
22
23 2007-11-22  Jb Evain  <jbevain@novell.com>
24
25         * EnumerableTest.cs: Add test for Range.
26
27 2007-11-13  Jb Evain  <jbevain@novell.com>
28
29         * EnumerableTest.cs: unit tests are good.
30
31 2007-11-08  Jb Evain  <jbevain@novell.com>
32
33         * EnumerableTest.cs: add test for SequenceEqual.
34
35 2007-11-08  Jb Evain  <jbevain@novell.com>
36
37         * EnumerableTest.cs: add simple test for Union.
38
39 2007-11-08  Jb Evain  <jbevain@novell.com>
40
41         * EnumerableTest.cs: add simple test for intersect.
42
43 2007-11-06  Jb Evain  <jbevain@novell.com>
44
45         * EnumerableTest.cs: add simple test for Except.