
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 9c87bed29ee9f4fe0dd762e897cb0f89b53019de (commit) from 462e502759c4e1b794d76a5808b378a05db7c86a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=9c87bed29ee9f4fe0dd762e89... http://github.com/ceki/logback/commit/9c87bed29ee9f4fe0dd762e897cb0f89b53019... commit 9c87bed29ee9f4fe0dd762e897cb0f89b53019de Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Sep 15 23:22:33 2010 +0200 have all tests pass diff --git a/logback-classic/src/test/java/ch/qos/logback/classic/boolex/JaninoEventEvaluatorTest.java b/logback-classic/src/test/java/ch/qos/logback/classic/boolex/JaninoEventEvaluatorTest.java index 8c18e06..7430f46 100644 --- a/logback-classic/src/test/java/ch/qos/logback/classic/boolex/JaninoEventEvaluatorTest.java +++ b/logback-classic/src/test/java/ch/qos/logback/classic/boolex/JaninoEventEvaluatorTest.java @@ -263,6 +263,7 @@ public class JaninoEventEvaluatorTest { @Test public void nullMDC() throws EvaluationException { + MDC.clear(); jee.setExpression("mdc == null"); jee.start(); ----------------------------------------------------------------------- Summary of changes: .../classic/boolex/JaninoEventEvaluatorTest.java | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.