Updated JIRA Keys
This commit is contained in:
parent
92a094cde1
commit
6e719ab6af
|
@ -146,7 +146,7 @@ public class SortedSetWithCustomComparatorEntityTest extends AbstractEntityTest
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@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 {
|
public void testHistoryOfEntity1() throws Exception {
|
||||||
SortedSetEntity entity1 = getAuditReader().find(SortedSetEntity.class, 1, 1);
|
SortedSetEntity entity1 = getAuditReader().find(SortedSetEntity.class, 1, 1);
|
||||||
|
|
||||||
|
|
|
@ -121,7 +121,7 @@ public class SortedSetWithCustomComparatorSessionTest extends AbstractOneSession
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@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 {
|
public void testHistoryOfEntity1() throws Exception {
|
||||||
NotAnnotatedSortedSetEntity entity1 = getAuditReader().find(NotAnnotatedSortedSetEntity.class, 1, 1);
|
NotAnnotatedSortedSetEntity entity1 = getAuditReader().find(NotAnnotatedSortedSetEntity.class, 1, 1);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue