Adapt assertion to logging change in Spring Framework

pull/13835/head
Stephane Nicoll 6 years ago
parent 11d9a7c30d
commit 0f0fc9ec62

@ -41,7 +41,7 @@ public class SimpleMainTests {
@Rule @Rule
public OutputCapture outputCapture = new OutputCapture(); public OutputCapture outputCapture = new OutputCapture();
private static final String SPRING_STARTUP = "root of context hierarchy"; private static final String SPRING_STARTUP = "Started SpringApplication in";
@Test(expected = IllegalArgumentException.class) @Test(expected = IllegalArgumentException.class)
public void emptyApplicationContext() throws Exception { public void emptyApplicationContext() throws Exception {

Loading…
Cancel
Save