Skip to content

Commit b8ff8d4

Browse files
committed
Fix two-pass configuration initialization in Configurator1Test (apache#3441)
1 parent 230553f commit b8ff8d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/Configurator1Test.java

-1
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,6 @@ void testRolling() {
460460

461461
builder.add(builder.newRootLogger(Level.DEBUG).add(builder.newAppenderRef("rolling")));
462462
final Configuration config = builder.build();
463-
config.initialize();
464463
assertNotNull(config.getAppender("rolling"), "No rolling file appender");
465464
assertEquals("RollingBuilder", config.getName(), "Unexpected Configuration");
466465
// Initialize the new configuration

0 commit comments

Comments
 (0)