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