Updated JIRA Keys
This commit is contained in:
parent
c49f7df178
commit
c380da6950
|
@ -146,7 +146,7 @@ public class SortedSetWithCustomComparatorEntityTest extends AbstractEntityTest
|
|||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected(message = "Envers doesn't support custom comparators yet", jiraKey = "UPDATE_THAT")
|
||||
@FailureExpected(message = "Envers doesn't support custom comparators yet", jiraKey = "HHH-6176")
|
||||
public void testHistoryOfEntity1() throws Exception {
|
||||
SortedSetEntity entity1 = getAuditReader().find(SortedSetEntity.class, 1, 1);
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ public class SortedSetWithCustomComparatorSessionTest extends AbstractOneSession
|
|||
}
|
||||
|
||||
@Test
|
||||
@FailureExpected(message = "Envers doesn't support custom comparators yet", jiraKey = "UPDATE_THAT")
|
||||
@FailureExpected(message = "Envers doesn't support custom comparators yet", jiraKey = "HHH-6176")
|
||||
public void testHistoryOfEntity1() throws Exception {
|
||||
NotAnnotatedSortedSetEntity entity1 = getAuditReader().find(NotAnnotatedSortedSetEntity.class, 1, 1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue