Add @Test to test method.

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

Branch: refs/heads/LOG4J2-1161
Commit: 581d885d60ce6a74deaa35d4d0acab1c220a0d63
Parents: 9762412
Author: Matt Sicker <boa...@gmail.com>
Authored: Wed Oct 21 00:28:03 2015 -0500
Committer: Matt Sicker <boa...@gmail.com>
Committed: Wed Oct 21 00:28:03 2015 -0500

----------------------------------------------------------------------
 .../src/test/java/org/apache/logging/log4j/core/LogEventTest.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/581d885d/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
----------------------------------------------------------------------
diff --git 
a/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java 
b/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
index 4c0b85b..d8729ca 100644
--- a/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
+++ b/log4j-core/src/test/java/org/apache/logging/log4j/core/LogEventTest.java
@@ -120,6 +120,7 @@ public class LogEventTest {
         assertEquals("both zero nanoTime", event2, actual);
     }
 
+    @Test
     public void testEquals() {
         final LogEvent event1 = Log4jLogEvent.newBuilder() //
                 .setLoggerName(this.getClass().getName()) //

Reply via email to