mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-21 18:45:09 +00:00
HHH-6015 - Fix classloader issue
This commit is contained in:
parent
2e0f128cbc
commit
634d9186a5
@ -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 );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user