Updated JIRA Keys

This commit is contained in:
Michal Skowronek 2011-05-15 19:52:36 +02:00 committed by adamw
parent 92a094cde1
commit 6e719ab6af
2 changed files with 2 additions and 2 deletions

View File

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

View File

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