HHH-5300 - Configurable QueryPlanCache reference counts (Manuel Dominguez Sarmiento)

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20141 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2010-08-13 20:21:07 +00:00
parent 8a0a4a249c
commit 36c471e579
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class NativeSQLQueryPlanEqualsTest extends FunctionalTestCase {
}
public void testNativeSQLQuerySpecEquals() {
QueryPlanCache cache = new QueryPlanCache(null);
QueryPlanCache cache = new QueryPlanCache( sfi() );
NativeSQLQuerySpecification firstSpec = createSpec();
NativeSQLQuerySpecification secondSpec = createSpec();