HHH-11898 : added @FailureExpected to test reproducing the error

This commit is contained in:
Gail Badner 2017-08-07 21:27:22 -07:00
parent a2803d7703
commit af4f63aff7
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import org.hibernate.cfg.Environment;
import org.hibernate.engine.spi.SessionFactoryImplementor;
import org.hibernate.type.CompositeType;
import org.hibernate.testing.FailureExpected;
import org.hibernate.testing.TestForIssue;
import org.hibernate.testing.junit4.BaseCoreFunctionalTestCase;
import org.junit.Test;
@ -44,6 +45,7 @@ public class EmptyCompositeEquivalentToNullTest extends BaseCoreFunctionalTestCa
@Test
@TestForIssue( jiraKey = "HHH-11898" )
@FailureExpected( jiraKey = "HHH-11898" )
public void testPrimitive() {
doInHibernate(
this::sessionFactory,