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