Browse Source

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

pull/7/head
Sam Brannen 13 years ago
parent
commit
052d3e7ccb
  1. 4
      org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java

4
org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java

@ -69,8 +69,8 @@ public class NumberFormattingTests { @@ -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();

Loading…
Cancel
Save