Fix some Windows build issues

Closes gh-5640
This commit is contained in:
Ruben Dijkstra 2016-04-08 21:18:41 +02:00 committed by Phillip Webb
parent fc149dcc05
commit 94d5c714a9
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class SpringApplicationTests {
"--banner.location=classpath:test-banner-with-placeholder.txt",
"--test.property=123456");
assertThat(this.output.toString())
.startsWith(String.format("Running a Test!%n%n123456"));
.startsWith("Running a Test!\n\n123456");
}
@Test