HHH-6015 - Fix classloader issue

This commit is contained in:
Galder Zamarreño 2011-03-28 17:22:28 +02:00
parent 2e0f128cbc
commit 634d9186a5

View File

@ -172,11 +172,13 @@ public void testIsolatedSetup() throws Exception {
@Test
public void testClassLoaderHandlingNamedQueryRegion() throws Exception {
rebuildSessionFactory();
queryTest( true );
}
@Test
public void testClassLoaderHandlingStandardQueryCache() throws Exception {
rebuildSessionFactory();
queryTest( false );
}