You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/02/17 21:01:49 UTC

[logging-log4j2] branch release-2.x updated: Add another test

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 444acf5  Add another test
444acf5 is described below

commit 444acf57546f873d030e97aed597fc44fcaed08b
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Mon Feb 17 14:01:35 2020 -0700

    Add another test
---
 .../java/org/apache/logging/log4j/core/pattern/NameAbbreviatorTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/pattern/NameAbbreviatorTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/pattern/NameAbbreviatorTest.java
index 80af7ad..d49a6f3 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/pattern/NameAbbreviatorTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/pattern/NameAbbreviatorTest.java
@@ -50,6 +50,7 @@ public class NameAbbreviatorTest {
                 { "3", "core.pattern.NameAbbreviatorTest" },
                 { "1.", "o.a.l.l.c.p.NameAbbreviatorTest" },
                 { "1.1.~", "o.a.~.~.~.~.NameAbbreviatorTest" },
+                { "1.1.1.*", "o.a.l.log4j.core.pattern.NameAbbreviatorTest" },
                 { ".", "......NameAbbreviatorTest" }
             }
         );