You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/03/03 18:24:01 UTC

[1/2] logging-log4j2 git commit: LOG4J2-1227 - Fix unit test (error in commit 33ee4bfd0)

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 406158c25 -> 370d965fa


LOG4J2-1227 - Fix unit test (error in commit 33ee4bfd0)


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/51a81f96
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/51a81f96
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/51a81f96

Branch: refs/heads/master
Commit: 51a81f96358e217815185170df19f9f5110be43e
Parents: f030c68
Author: Olivier Lemasle <ol...@apalia.net>
Authored: Thu Mar 3 10:08:08 2016 +0100
Committer: Olivier Lemasle <ol...@apalia.net>
Committed: Thu Mar 3 10:17:04 2016 +0100

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/lookup/MapLookupTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/51a81f96/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MapLookupTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MapLookupTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MapLookupTest.java
index 5f26d15..313b527 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MapLookupTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/lookup/MapLookupTest.java
@@ -79,7 +79,7 @@ public class MapLookupTest {
                 .build();
       final MapLookup lookup = new MapLookup(map);
       assertEquals("B", lookup.lookup(event, "A"));
-      assertEquals("B1", lookup.lookup(event, "A"));
+      assertEquals("B1", lookup.lookup(event, "A1"));
     }
 
     @Test


[2/2] logging-log4j2 git commit: Merge branch 'fixUnitTest' of https://github.com/olivierlemasle/logging-log4j2

Posted by ma...@apache.org.
Merge branch 'fixUnitTest' of https://github.com/olivierlemasle/logging-log4j2

This closes #26


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/370d965f
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/370d965f
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/370d965f

Branch: refs/heads/master
Commit: 370d965fab1577086bee7b73dfb5ea9f6f6c801b
Parents: 406158c 51a81f9
Author: Matt Sicker <bo...@gmail.com>
Authored: Thu Mar 3 11:23:06 2016 -0600
Committer: Matt Sicker <bo...@gmail.com>
Committed: Thu Mar 3 11:23:43 2016 -0600

----------------------------------------------------------------------
 .../java/org/apache/logging/log4j/core/lookup/MapLookupTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------