2010-04-15 Jérémie Laval <jeremie.laval@gmail.com>
[mcs.git] / class / System.Core / Test / System.Linq / ChangeLog
bloba8c6b186dbf4e7da7ff7212c20bd2aded9b340da
1 2010-04-15  Jérémie Laval  <jeremie.laval@gmail.com>
3         * ParallelEnumerableTests.cs:
4         * ParallelTestHelper.cs: Add PLinq unit tests
6 2010-03-24  Jb Evain  <jbevain@novell.com>
8         * EnumerableTest.cs: add test for #582502.
10 2009-11-12  Eric Maupin  <me@ermau.com>
12         * EnumerableMoreTest.cs: Added ToLookup test for null keys, updated old test to check count.
13         * LookupTest.cs: Added tests for contains, the enumerator and null keys in the indexer.
15 2009-04-03  Jb Evain  <jbevain@novell.com>
17         * EnumerableTest.cs: test for bug 491841.
19 2009-03-28  Jb Evain  <jbevain@novell.com>
21         * EnumerableTest.cs: add test for bug #490016.
23 2009-01-15  Jb Evain  <jbevain@novell.com>
25         * LookupTest.cs: new tests.
27 2008-09-28  Sebastien Pouliot  <sebastien@ximian.com>
29         * EnumerableTest.cs: Add test case for Average with nullable long.
31 2008-08-08  Jb Evain  <jbevain@novell.com>
33         * EnumerableTest.cs: add test to ensure that Take doesn't consume
34         an uneeded item from the source enumerable. Test by
35         Jonathan Pryor  <jpryor@novell.com>.
37 2008-05-20  Roei Erez  <roeie@mainsoft.com>
39         * Add tests for Queryable.AsQureyable
41 2008-05-15  Roei Erez  <roeie@mainsoft.com>
43         * EnumerableAsQueryableTest.cs: test cases for Queryable.AsQueryable() implementation.
45 2008-05-08  Jonathan Pryor  <jpryor@novell.com>
47         * EnumerableTest.cs: test Reverse() for non-IList types.
48         * EnumerableMoreTest.cs: test LongCount() for non-array types.
50 2008-04-30  Jb Evain  <jbevain@novell.com>
52         * EnumerableTest.cs: tests for average on int and long.
54 2008-04-22  Leonid Freydovich <leonidf@mainsoft.com>
56         * QueryableProviderTest.cs: add simple test for Queryable.
58 2008-01-22  Jb Evain  <jbevain@novell.com>
60         * EnumerableMoreTest.cs: add tests by
61         Andreas Noever <andreas.noever@gmail.com>.
63 2007-11-27  Scott Peterson <lunchtimemama@gmail.com>
65         * EnumerableTest.cs: Added orderby test.
67 2007-11-22  Jb Evain  <jbevain@novell.com>
69         * EnumerableTest.cs: Add test for Range.
71 2007-11-13  Jb Evain  <jbevain@novell.com>
73         * EnumerableTest.cs: unit tests are good.
75 2007-11-08  Jb Evain  <jbevain@novell.com>
77         * EnumerableTest.cs: add test for SequenceEqual.
79 2007-11-08  Jb Evain  <jbevain@novell.com>
81         * EnumerableTest.cs: add simple test for Union.
83 2007-11-08  Jb Evain  <jbevain@novell.com>
85         * EnumerableTest.cs: add simple test for intersect.
87 2007-11-06  Jb Evain  <jbevain@novell.com>
89         * EnumerableTest.cs: add simple test for Except.