mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-16 16:15:06 +00:00
HHH-7459 test fixed
This commit is contained in:
parent
210a7f2707
commit
d2a76dbe1a
@ -35,7 +35,6 @@
|
||||
import org.hibernate.Session;
|
||||
import org.hibernate.Transaction;
|
||||
import org.hibernate.test.annotations.access.Closet;
|
||||
import org.hibernate.testing.FailureExpectedWithNewMetamodel;
|
||||
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
|
||||
import org.junit.Test;
|
||||
|
||||
@ -45,7 +44,6 @@
|
||||
*/
|
||||
public class AccessTest extends BaseCoreFunctionalTestCase {
|
||||
|
||||
@FailureExpectedWithNewMetamodel
|
||||
@Test
|
||||
public void testDefaultConfigurationModeIsInherited() throws Exception {
|
||||
User john = new User();
|
||||
|
Loading…
x
Reference in New Issue
Block a user