HHH-9199 - Removed FailureExpected.

(cherry picked from commit 95c01d9001)
This commit is contained in:
Chris Cranford 2016-07-12 14:15:49 -05:00 committed by Gail Badner
parent 2edd575a31
commit e033f028c2
1 changed files with 2 additions and 4 deletions

View File

@ -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();