Skip to content

Commit aa7a100

Browse files
committed
[SPR-8178] re-enabled testPrintNull().
1 parent 3d50d41 commit aa7a100

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

org.springframework.context/src/test/java/org/springframework/format/support/FormattingConversionServiceTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.joda.time.format.DateTimeFormat;
2929
import org.junit.After;
3030
import org.junit.Before;
31-
import org.junit.Ignore;
3231
import org.junit.Test;
3332

3433
import org.springframework.beans.BeanUtils;
@@ -190,8 +189,6 @@ public Date convert(DateTime source) {
190189
}
191190
}
192191

193-
// TODO [SPR-8718] determine why changes to GenericConversionService broke this test
194-
@Ignore("Disabled until SPR-8718 is resolved")
195192
@Test
196193
public void testPrintNull() throws ParseException {
197194
formattingService.addFormatterForFieldType(Number.class, new NumberFormatter());

0 commit comments

Comments
 (0)