HHH-9199 - Removed FailureExpected.
(cherry picked from commit 95c01d9001
)
This commit is contained in:
parent
2edd575a31
commit
e033f028c2
|
@ -6,18 +6,17 @@
|
|||
*/
|
||||
package org.hibernate.envers.test.integration.collection;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
import javax.persistence.EntityManager;
|
||||
|
||||
import org.hibernate.envers.test.BaseEnversJPAFunctionalTestCase;
|
||||
import org.hibernate.envers.test.entities.collection.EmbeddableSetEntity;
|
||||
import org.hibernate.envers.test.entities.components.Component3;
|
||||
import org.hibernate.envers.test.tools.TestTools;
|
||||
import org.hibernate.testing.FailureExpected;
|
||||
import org.hibernate.testing.TestForIssue;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
/**
|
||||
* @author Felix Feisst (feisst dot felix at gmail dot com)
|
||||
*/
|
||||
|
@ -30,7 +29,6 @@ public class EmbeddableSet extends BaseEnversJPAFunctionalTestCase {
|
|||
|
||||
@Test
|
||||
@TestForIssue(jiraKey = "HHH-9199")
|
||||
@FailureExpected(jiraKey = "HHH-9199")
|
||||
public void testRemoval() {
|
||||
EntityManager em = getEntityManager();
|
||||
|
||||
|
|
Loading…
Reference in New Issue