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 2017/06/24 20:39:46 UTC

logging-log4j2 git commit: Re-enable HttpAppenderTest (which I disabled locally but committed by mistake).

Repository: logging-log4j2
Updated Branches:
  refs/heads/master ab33665bf -> 1bf75bd5a


Re-enable HttpAppenderTest (which I disabled locally but committed by
mistake).

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

Branch: refs/heads/master
Commit: 1bf75bd5a168fba060bc26eb748b9836df0069a7
Parents: ab33665
Author: Gary Gregory <gg...@apache.org>
Authored: Sat Jun 24 13:39:42 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Sat Jun 24 13:39:42 2017 -0700

----------------------------------------------------------------------
 .../org/apache/logging/log4j/core/appender/HttpAppenderTest.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1bf75bd5/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderTest.java
----------------------------------------------------------------------
diff --git a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderTest.java b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderTest.java
index ac544ea..70c28cf 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/appender/HttpAppenderTest.java
@@ -30,14 +30,12 @@ import org.apache.logging.log4j.message.SimpleMessage;
 import org.apache.logging.log4j.status.StatusData;
 import org.apache.logging.log4j.status.StatusListener;
 import org.apache.logging.log4j.status.StatusLogger;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 
 import com.github.tomakehurst.wiremock.client.ResponseDefinitionBuilder;
 import com.github.tomakehurst.wiremock.junit.WireMockRule;
 
-@Ignore
 public class HttpAppenderTest {
 
     private static final String LOG_MESSAGE = "Hello, world!";