fixing test case, was a typo

This commit is contained in:
Strong Liu 2012-05-14 01:41:14 +08:00
parent 3e9dadc6d9
commit cf8bca6200
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class SQLServerDialectTest extends BaseCoreFunctionalTestCase {
s.flush();
s.clear();
List list = s.createQuery( "from Product where description like 'Kit%'" )
List list = s.createQuery( "from Product2 where description like 'Kit%'" )
.setFirstResult( 2 )
.setMaxResults( 2 )
.list();