Repository: logging-log4j2
Updated Branches:
  refs/heads/master ef8bbf979 -> 67f2dd709


[LOG4J2-2202] MarkerFilter onMismatch invalid attribute in .properties.
I did not catch this failure locally because I am on Windows and this
test only runs on Linux. See the comment "Only run test on platforms
with single character line endings (such as Linux), not on Windows".

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

Branch: refs/heads/master
Commit: 67f2dd7091f51543b2abb98d9b46c9114bead9f5
Parents: ef8bbf9
Author: Gary Gregory <[email protected]>
Authored: Wed Jan 24 15:07:17 2018 -0700
Committer: Gary Gregory <[email protected]>
Committed: Wed Jan 24 15:07:17 2018 -0700

----------------------------------------------------------------------
 .../log4j/core/config/builder/ConfigurationBuilderTest.java      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/67f2dd70/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationBuilderTest.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationBuilderTest.java
 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationBuilderTest.java
index 7026848..bbb7f10 100644
--- 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationBuilderTest.java
+++ 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationBuilderTest.java
@@ -81,11 +81,11 @@ public class ConfigurationBuilderTest {
                 INDENT + "<CustomLevels>" + EOL +
                 INDENT + INDENT + "<CustomLevel name=\"Panic\" 
intLevel=\"17\"/>" + EOL +
                 INDENT + "</CustomLevels>" + EOL +
-                INDENT + "<ThresholdFilter onMatch=\"ACCEPT\" 
onMisMatch=\"NEUTRAL\" level=\"DEBUG\"/>" + EOL +
+                INDENT + "<ThresholdFilter onMatch=\"ACCEPT\" 
onMismatch=\"NEUTRAL\" level=\"DEBUG\"/>" + EOL +
                 INDENT + "<Appenders>" + EOL +
                 INDENT + INDENT + "<CONSOLE name=\"Stdout\" 
target=\"SYSTEM_OUT\">" + EOL +
                 INDENT + INDENT + INDENT + "<PatternLayout pattern=\"%d [%t] 
%-5level: %msg%n%throwable\"/>" + EOL +
-                INDENT + INDENT + INDENT + "<MarkerFilter onMatch=\"DENY\" 
onMisMatch=\"NEUTRAL\" marker=\"FLOW\"/>" + EOL +
+                INDENT + INDENT + INDENT + "<MarkerFilter onMatch=\"DENY\" 
onMismatch=\"NEUTRAL\" marker=\"FLOW\"/>" + EOL +
                 INDENT + INDENT + "</CONSOLE>" + EOL +
                 INDENT + INDENT + "<Kafka name=\"Kafka\" topic=\"my-topic\">" 
+ EOL +
                 INDENT + INDENT + INDENT + "<Property 
name=\"bootstrap.servers\">localhost:9092</Property>" + EOL +

Reply via email to