Remove @FailureExpected from ArrayTests
This commit is contained in:
parent
23f2cc584b
commit
a7ecba4f5b
|
@ -9,7 +9,6 @@ import javax.persistence.Table;
|
||||||
import org.hibernate.query.spi.QueryImplementor;
|
import org.hibernate.query.spi.QueryImplementor;
|
||||||
|
|
||||||
import org.hibernate.testing.orm.junit.DomainModel;
|
import org.hibernate.testing.orm.junit.DomainModel;
|
||||||
import org.hibernate.testing.orm.junit.FailureExpected;
|
|
||||||
import org.hibernate.testing.orm.junit.ServiceRegistry;
|
import org.hibernate.testing.orm.junit.ServiceRegistry;
|
||||||
import org.hibernate.testing.orm.junit.SessionFactory;
|
import org.hibernate.testing.orm.junit.SessionFactory;
|
||||||
import org.hibernate.testing.orm.junit.SessionFactoryScope;
|
import org.hibernate.testing.orm.junit.SessionFactoryScope;
|
||||||
|
@ -28,7 +27,6 @@ import static org.hamcrest.MatcherAssert.assertThat;
|
||||||
@SessionFactory
|
@SessionFactory
|
||||||
public class ArrayTests {
|
public class ArrayTests {
|
||||||
|
|
||||||
@FailureExpected
|
|
||||||
@Test
|
@Test
|
||||||
public void basicTest(SessionFactoryScope scope) {
|
public void basicTest(SessionFactoryScope scope) {
|
||||||
scope.inTransaction(
|
scope.inTransaction(
|
||||||
|
|
Loading…
Reference in New Issue