[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.27-18-gef8c30e

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Tue Jan 18 11:43:01 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  ef8c30e3a4eebe0bfdf07720fee75da99b979a35 (commit)
      from  3bcc7b76ca93f073641e4e6b9f01dfbe1c73c0e9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=ef8c30e3a4eebe0bfdf07720fee75da99b979a35
http://github.com/ceki/logback/commit/ef8c30e3a4eebe0bfdf07720fee75da99b979a35

commit ef8c30e3a4eebe0bfdf07720fee75da99b979a35
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Tue Jan 18 11:40:02 2011 +0100

    allow for 3 gaps

diff --git a/logback-core/src/test/java/ch/qos/logback/core/util/ResilienceUtil.java b/logback-core/src/test/java/ch/qos/logback/core/util/ResilienceUtil.java
index 070a0fe..95d3643 100644
--- a/logback-core/src/test/java/ch/qos/logback/core/util/ResilienceUtil.java
+++ b/logback-core/src/test/java/ch/qos/logback/core/util/ResilienceUtil.java
@@ -39,7 +39,7 @@ public class ResilienceUtil {
     assertTrue("totalLines="+totalLines+" less than "+lowerLimit, totalLines > lowerLimit);
     
     // we want some gaps which indicate recuperation
-    assertTrue("gaps="+gaps+" less than 3", gaps > 3);
+    assertTrue("gaps="+gaps+" less than 3", gaps >= 3);
     
   }
 }

-----------------------------------------------------------------------

Summary of changes:
 .../ch/qos/logback/core/util/ResilienceUtil.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list