Repository: logging-log4j2 Updated Branches: refs/heads/master d3989b40f -> ebb1c8066
Test independence. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ebb1c806 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ebb1c806 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ebb1c806 Branch: refs/heads/master Commit: ebb1c806687c23ddbb14ea96a386cbea77886cee Parents: d3989b4 Author: Gary Gregory <[email protected]> Authored: Mon Dec 1 00:39:18 2014 -0500 Committer: Gary Gregory <[email protected]> Committed: Mon Dec 1 00:39:18 2014 -0500 ---------------------------------------------------------------------- .../src/test/java/org/apache/logging/slf4j/LoggerTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ebb1c806/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/LoggerTest.java ---------------------------------------------------------------------- diff --git a/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/LoggerTest.java b/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/LoggerTest.java index c346fbc..7ed538a 100644 --- a/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/LoggerTest.java +++ b/log4j-slf4j-impl/src/test/java/org/apache/logging/slf4j/LoggerTest.java @@ -175,6 +175,7 @@ public class LoggerTest { @Before @After public void cleanup() { + MDC.clear(); ctx.getListAppender("List").clear(); ctx.getListAppender("EventLogger").clear(); }
