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 2016/11/12 07:07:44 UTC

logging-log4j2 git commit: Primes have more fun.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3cfabdeb9 -> cd30c8ca5


Primes have more fun.

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

Branch: refs/heads/master
Commit: cd30c8ca56bedf7baf1cc9c3938b626718b16a43
Parents: 3cfabde
Author: Gary Gregory <gg...@apache.org>
Authored: Fri Nov 11 23:07:41 2016 -0800
Committer: Gary Gregory <gg...@apache.org>
Committed: Fri Nov 11 23:07:41 2016 -0800

----------------------------------------------------------------------
 .../src/test/java/org/apache/logging/slf4j/Log4j2Jira1688Test.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/cd30c8ca/log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/Log4j2Jira1688Test.java
----------------------------------------------------------------------
diff --git a/log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/Log4j2Jira1688Test.java b/log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/Log4j2Jira1688Test.java
index 46dbade..7f4cc1c 100644
--- a/log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/Log4j2Jira1688Test.java
+++ b/log4j-to-slf4j/src/test/java/org/apache/logging/slf4j/Log4j2Jira1688Test.java
@@ -33,7 +33,7 @@ public class Log4j2Jira1688Test {
     public void testLog4j2() {
 
         // Argument-array creation
-        final int limit = 33;
+        final int limit = 37;
         final Object[] args = createArray(limit);
         final Object[] originalArgs = Arrays.copyOf(args, args.length);