From 052d3e7ccb92ec062cde5cbdf19ec23ae790b3ba Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 26 Sep 2011 16:28:34 +0000 Subject: [PATCH] [SPR-8718] now using correct JIRA ID in the comments. --- .../springframework/format/number/NumberFormattingTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java b/org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java index 9132df37db6..7089cfd50e1 100644 --- a/org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java +++ b/org.springframework.context/src/test/java/org/springframework/format/number/NumberFormattingTests.java @@ -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();