提交 aa7a1008 编写于 作者: S Sam Brannen

[SPR-8178] re-enabled testPrintNull().

上级 3d50d416
......@@ -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());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册