Commit ef01720f authored by Phillip Webb's avatar Phillip Webb

Merge pull request #5640 from Shredder121/windows-build-fixes

* windows-build-fixes:
  Fix some Windows build issues
parents fc149dcc 94d5c714
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment