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