From: <ste...@us...> - 2010-07-06 20:06:01
|
Revision: 5000 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5000&view=rev Author: steverstrong Date: 2010-07-06 20:05:52 +0000 (Tue, 06 Jul 2010) Log Message: ----------- Added a couple more tests Modified Paths: -------------- trunk/nhibernate/src/NHibernate.Test/Linq/LinqQuerySamples.cs Modified: trunk/nhibernate/src/NHibernate.Test/Linq/LinqQuerySamples.cs =================================================================== --- trunk/nhibernate/src/NHibernate.Test/Linq/LinqQuerySamples.cs 2010-07-06 19:37:06 UTC (rev 4999) +++ trunk/nhibernate/src/NHibernate.Test/Linq/LinqQuerySamples.cs 2010-07-06 20:05:52 UTC (rev 5000) @@ -1291,7 +1291,6 @@ [Category("JOIN")] [Test(Description = "This sample shows how to construct a join where one side is nullable and the other isn't.")] - [Ignore("TODO nullable join")] public void DLinqJoin10() { var q = @@ -1517,7 +1516,6 @@ [Category("JOIN")] [Test(Description = "This sample projects a 'let' expression resulting from a join.")] - [Ignore("TODO let expression")] public void DLinqJoin8() { var q = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |