Commit 9963ed12 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.0.x' into 2.1.x

parents 80f2e226 83216c34
...@@ -141,8 +141,9 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests { ...@@ -141,8 +141,9 @@ public class LogbackLoggingSystemTests extends AbstractLoggingSystemTests {
} }
@Test @Test
public void testBasicConfigLocation() { public void defaultConfigConfiguresAConsoleAppender() {
this.loggingSystem.beforeInitialize(); this.loggingSystem.beforeInitialize();
this.loggingSystem.initialize(this.initializationContext, null, null);
assertThat(getConsoleAppender()).isNotNull(); assertThat(getConsoleAppender()).isNotNull();
} }
......
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