Updated JIRA Keys

This commit is contained in:
Michal Skowronek 2011-05-15 19:52:36 +02:00
parent c49f7df178
commit c380da6950
2 changed files with 2 additions and 2 deletions

View File

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

View File

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