Merge branch '5.3.x'
This commit is contained in:
commit
04dde03451
|
|
@ -57,7 +57,7 @@ import static org.assertj.core.api.Assertions.within;
|
|||
*/
|
||||
public class MappingJackson2HttpMessageConverterTests {
|
||||
|
||||
protected static final String NEWLINE_SYSTEM_PROPERTY = System.getProperty("line.separator");
|
||||
protected static final String NEWLINE_SYSTEM_PROPERTY = System.lineSeparator();
|
||||
|
||||
private final MappingJackson2HttpMessageConverter converter = new MappingJackson2HttpMessageConverter();
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ import static org.springframework.web.testfixture.method.ResolvableMethod.on;
|
|||
*/
|
||||
public class ResponseEntityResultHandlerTests {
|
||||
|
||||
private static final String NEWLINE_SYSTEM_PROPERTY = System.getProperty("line.separator");
|
||||
private static final String NEWLINE_SYSTEM_PROPERTY = System.lineSeparator();
|
||||
|
||||
|
||||
private ResponseEntityResultHandler resultHandler;
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ import static org.assertj.core.api.Assertions.assertThatIllegalArgumentException
|
|||
@SuppressWarnings("unused")
|
||||
public class RequestResponseBodyMethodProcessorTests {
|
||||
|
||||
protected static final String NEWLINE_SYSTEM_PROPERTY = System.getProperty("line.separator");
|
||||
protected static final String NEWLINE_SYSTEM_PROPERTY = System.lineSeparator();
|
||||
|
||||
|
||||
private ModelAndViewContainer container;
|
||||
|
|
|
|||
Loading…
Reference in New Issue