Repository: logging-log4j2 Updated Branches: refs/heads/master 18f6ba29d -> d71541572
Rename test method. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/d7154157 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/d7154157 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/d7154157 Branch: refs/heads/master Commit: d715415729120a879f41b60bc69f6094ebd0c6ee Parents: 18f6ba2 Author: ggregory <[email protected]> Authored: Mon Feb 8 11:40:00 2016 -0800 Committer: ggregory <[email protected]> Committed: Mon Feb 8 11:40:00 2016 -0800 ---------------------------------------------------------------------- log4j-api/src/test/java/org/apache/logging/log4j/LoggerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d7154157/log4j-api/src/test/java/org/apache/logging/log4j/LoggerTest.java ---------------------------------------------------------------------- diff --git a/log4j-api/src/test/java/org/apache/logging/log4j/LoggerTest.java b/log4j-api/src/test/java/org/apache/logging/log4j/LoggerTest.java index 5c0706e..54e8404 100644 --- a/log4j-api/src/test/java/org/apache/logging/log4j/LoggerTest.java +++ b/log4j-api/src/test/java/org/apache/logging/log4j/LoggerTest.java @@ -61,7 +61,7 @@ public class LoggerTest { } @Test - public void jsonFlow1() { + public void flowTracingMessageSupplier() { logger.traceEntry(new MessageSupplier() { @Override public Message get() {
