Update of /cvsroot/nhibernate/nhibernate/src/NHibernate.Test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11922/NHibernate.Test
Modified Files:
FooBarTest.cs
Log Message:
Fixed NH-87 problems with Criteria and Max Results
Index: FooBarTest.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate.Test/FooBarTest.cs,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** FooBarTest.cs 1 Sep 2004 00:10:12 -0000 1.61
--- FooBarTest.cs 2 Sep 2004 04:00:42 -0000 1.62
***************
*** 536,540 ****
[Test]
- [Ignore("SetMaxResults - http://jira.nhibernate.org:8080/browse/NH-87")]
public void FindByCriteria()
{
--- 536,539 ----
|