fixing test case, was a typo
This commit is contained in:
parent
3e9dadc6d9
commit
cf8bca6200
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue