mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
[SPR-8718] now using correct JIRA ID in the comments.
This commit is contained in:
+2
-2
@@ -69,8 +69,8 @@ public class NumberFormattingTests {
|
||||
LocaleContextHolder.setLocale(null);
|
||||
}
|
||||
|
||||
// TODO [SPR-8178] determine why changes to GenericConversionService broke this test
|
||||
@Ignore("Disabled until SPR-8178 is resolved")
|
||||
// TODO [SPR-8718] determine why changes to GenericConversionService broke this test
|
||||
@Ignore("Disabled until SPR-8718 is resolved")
|
||||
@Test
|
||||
public void testDefaultNumberFormatting() {
|
||||
MutablePropertyValues propertyValues = new MutablePropertyValues();
|
||||
|
||||
Reference in New Issue
Block a user