From aa7a100807448ea949d69c2e7b8460ce72fea45b Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 26 Sep 2011 18:59:11 +0000 Subject: [PATCH] [SPR-8178] re-enabled testPrintNull(). --- .../format/support/FormattingConversionServiceTests.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/org.springframework.context/src/test/java/org/springframework/format/support/FormattingConversionServiceTests.java b/org.springframework.context/src/test/java/org/springframework/format/support/FormattingConversionServiceTests.java index 9e07bca2e7..3c5a81f378 100644 --- a/org.springframework.context/src/test/java/org/springframework/format/support/FormattingConversionServiceTests.java +++ b/org.springframework.context/src/test/java/org/springframework/format/support/FormattingConversionServiceTests.java @@ -28,7 +28,6 @@ import org.joda.time.LocalDate; import org.joda.time.format.DateTimeFormat; import org.junit.After; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.springframework.beans.BeanUtils; @@ -190,8 +189,6 @@ public class FormattingConversionServiceTests { } } - // TODO [SPR-8718] determine why changes to GenericConversionService broke this test - @Ignore("Disabled until SPR-8718 is resolved") @Test public void testPrintNull() throws ParseException { formattingService.addFormatterForFieldType(Number.class, new NumberFormatter());