Repository: logging-log4j2
Updated Branches:
  refs/heads/master a57fc35b9 -> aaf734c72


Remove obsolete test due to LOG4J2-1262.


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

Branch: refs/heads/master
Commit: aaf734c722fd30ce43d6d6844631ab4887c41f17
Parents: a57fc35
Author: Matt Sicker <[email protected]>
Authored: Wed Mar 2 21:12:09 2016 -0600
Committer: Matt Sicker <[email protected]>
Committed: Wed Mar 2 21:12:09 2016 -0600

----------------------------------------------------------------------
 .../log4j/web/Log4jServletContextListenerTest.java       | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/aaf734c7/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jServletContextListenerTest.java
----------------------------------------------------------------------
diff --git 
a/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jServletContextListenerTest.java
 
b/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jServletContextListenerTest.java
index 068f93d..a1d90ff 100644
--- 
a/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jServletContextListenerTest.java
+++ 
b/log4j-web/src/test/java/org/apache/logging/log4j/web/Log4jServletContextListenerTest.java
@@ -96,15 +96,4 @@ public class Log4jServletContextListenerTest {
         }
     }
 
-    @Test
-    public void testDestroy() {
-        replay(this.event, this.servletContext, this.initializer);
-
-        try {
-            this.listener.contextDestroyed(this.event);
-            fail("Expected an IllegalStateException.");
-        } catch (final IllegalStateException ignore) {
-
-        }
-    }
 }

Reply via email to