[backlinq commit] r278 - trunk/test/BackLINQ.Tests

0 views
Skip to first unread message

codesite...@google.com

unread,
Jan 27, 2009, 1:01:48 PM1/27/09
to backlinq...@googlegroups.com
Author: azizatif
Date: Tue Jan 27 09:46:58 2009
New Revision: 278

Modified:
trunk/test/BackLINQ.Tests/EnumerableFixture.cs

Log:
Reviewed tests for Intersect operator.


Modified: trunk/test/BackLINQ.Tests/EnumerableFixture.cs
==============================================================================
--- trunk/test/BackLINQ.Tests/EnumerableFixture.cs (original)
+++ trunk/test/BackLINQ.Tests/EnumerableFixture.cs Tue Jan 27 09:46:58 2009
@@ -869,7 +869,7 @@
}

[Test]
- public void
Intersect_StringSourcesWithMixedCasingAndCaseInsensitiveComparer_YieldsCommonSetFromFirstSource()
+ public void
Intersect_MixedStringsAndCaseInsensitiveComparer_YieldsCommonSetFromFirstSource()
{
var first = Read("Heinrich", "Hubert", "Thomas");
var second = Read("Heinrich", "hubert", "Joseph");

Reply all
Reply to author
Forward
0 new messages