HHH-5693 Re-enable failing tests after fixing the gradle build
This commit is contained in:
parent
722f96a9c5
commit
7b24b764f0
|
@ -59,7 +59,6 @@ import org.hibernate.ejb.test.pack.various.Seat;
|
||||||
import org.hibernate.engine.SessionImplementor;
|
import org.hibernate.engine.SessionImplementor;
|
||||||
import org.hibernate.event.EventListeners;
|
import org.hibernate.event.EventListeners;
|
||||||
import org.hibernate.stat.Statistics;
|
import org.hibernate.stat.Statistics;
|
||||||
import org.hibernate.testing.junit.FailureExpected;
|
|
||||||
import org.hibernate.util.ConfigHelper;
|
import org.hibernate.util.ConfigHelper;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -73,7 +72,6 @@ import org.hibernate.util.ConfigHelper;
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public class PackagedEntityManagerTest extends PackagingTestCase {
|
public class PackagedEntityManagerTest extends PackagingTestCase {
|
||||||
@FailureExpected(jiraKey = "HHH-5693")
|
|
||||||
public void testDefaultPar() throws Exception {
|
public void testDefaultPar() throws Exception {
|
||||||
File testPackage = buildDefaultPar();
|
File testPackage = buildDefaultPar();
|
||||||
addPackageToClasspath( testPackage );
|
addPackageToClasspath( testPackage );
|
||||||
|
@ -108,7 +106,6 @@ public class PackagedEntityManagerTest extends PackagingTestCase {
|
||||||
emf.close();
|
emf.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@FailureExpected(jiraKey = "HHH-5693")
|
|
||||||
public void testDefaultParForPersistence_1_0() throws Exception {
|
public void testDefaultParForPersistence_1_0() throws Exception {
|
||||||
File testPackage = buildDefaultPar_1_0();
|
File testPackage = buildDefaultPar_1_0();
|
||||||
addPackageToClasspath( testPackage );
|
addPackageToClasspath( testPackage );
|
||||||
|
@ -181,7 +178,6 @@ public class PackagedEntityManagerTest extends PackagingTestCase {
|
||||||
emf.close();
|
emf.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@FailureExpected(jiraKey = "HHH-5693")
|
|
||||||
public void testExplodedPar() throws Exception {
|
public void testExplodedPar() throws Exception {
|
||||||
File testPackage = buildExplodedPar();
|
File testPackage = buildExplodedPar();
|
||||||
addPackageToClasspath( testPackage );
|
addPackageToClasspath( testPackage );
|
||||||
|
|
Loading…
Reference in New Issue