Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/ExpressionTest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19247/nhibernate/src/NHibernate.Test/ExpressionTest
Modified Files:
QueryByExampleTest.cs
Log Message:
Enhanced test suite as per 2.1 - tests marked with Ignore where not implemented
Index: QueryByExampleTest.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/ExpressionTest/QueryByExampleTest.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** QueryByExampleTest.cs 28 Mar 2005 12:45:58 -0000 1.1
--- QueryByExampleTest.cs 31 Mar 2005 12:42:39 -0000 1.2
***************
*** 46,50 ****
[Test]
! [Ignore("Test Fails with Exception - do to with Criteria parameter handling")]
public void TestJunctionNotExpressionQBE()
{
--- 46,50 ----
[Test]
! [Ignore("Test Fails with Exception - do to with Criteria expression/parameter handling")]
public void TestJunctionNotExpressionQBE()
{
|