[SPR-8718] now using correct JIRA ID in the comments.

This commit is contained in:
Sam Brannen 2011-09-26 16:28:34 +00:00
parent f752b47fcb
commit 052d3e7ccb
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ public class NumberFormattingTests {
LocaleContextHolder.setLocale(null); LocaleContextHolder.setLocale(null);
} }
// TODO [SPR-8178] determine why changes to GenericConversionService broke this test // TODO [SPR-8718] determine why changes to GenericConversionService broke this test
@Ignore("Disabled until SPR-8178 is resolved") @Ignore("Disabled until SPR-8718 is resolved")
@Test @Test
public void testDefaultNumberFormatting() { public void testDefaultNumberFormatting() {
MutablePropertyValues propertyValues = new MutablePropertyValues(); MutablePropertyValues propertyValues = new MutablePropertyValues();