You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2015/09/02 00:11:45 UTC

logging-log4j2 git commit: Better test name.

Repository: logging-log4j2
Updated Branches:
  refs/heads/LOG4J2-952 4efaa3da3 -> 5b38cca06


Better test name.

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

Branch: refs/heads/LOG4J2-952
Commit: 5b38cca0642b5a5edbd6c53e7015d3c551ffc786
Parents: 4efaa3d
Author: ggregory <gg...@apache.org>
Authored: Tue Sep 1 15:11:43 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Tue Sep 1 15:11:43 2015 -0700

----------------------------------------------------------------------
 .../log4j/core/config/builder/ConfigurationAssemblerTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/5b38cca0/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationAssemblerTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationAssemblerTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationAssemblerTest.java
index 5e2bbd5..5b6993e 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationAssemblerTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/config/builder/ConfigurationAssemblerTest.java
@@ -41,7 +41,7 @@ import org.junit.Test;
 public class ConfigurationAssemblerTest {
 
     @Test
-    public void doConfigure() throws Exception {
+    public void testCustomConfigurationFactory() throws Exception {
         try {
             System.setProperty(ConfigurationFactory.CONFIGURATION_FACTORY_PROPERTY,
                     "org.apache.logging.log4j.core.config.builder.CustomConfigurationFactory");