Merge pull request #5640 from Shredder121/windows-build-fixes
* windows-build-fixes: Fix some Windows build issues
This commit is contained in:
commit
ef01720ff2
|
|
@ -193,7 +193,7 @@ public class SpringApplicationTests {
|
||||||
"--banner.location=classpath:test-banner-with-placeholder.txt",
|
"--banner.location=classpath:test-banner-with-placeholder.txt",
|
||||||
"--test.property=123456");
|
"--test.property=123456");
|
||||||
assertThat(this.output.toString())
|
assertThat(this.output.toString())
|
||||||
.startsWith(String.format("Running a Test!%n%n123456"));
|
.startsWith("Running a Test!\n\n123456");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue