[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-116-g6f85983

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Mar 24 20:18:08 CET 2010


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  6f8598363daefc3139aa08f3c741e4eae284dc81 (commit)
      from  1fd3f4ed5e26bd3ddff55f043a0729afc67efdc3 (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=6f8598363daefc3139aa08f3c741e4eae284dc81
http://github.com/ceki/logback/commit/6f8598363daefc3139aa08f3c741e4eae284dc81

commit 6f8598363daefc3139aa08f3c741e4eae284dc81
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Mar 24 20:17:29 2010 +0100

    minor edit

diff --git a/logback-classic/src/test/java/ch/qos/logback/classic/db/DBAppenderIntegrationTest.java b/logback-classic/src/test/java/ch/qos/logback/classic/db/DBAppenderIntegrationTest.java
index 93c5868..dc0a58a 100644
--- a/logback-classic/src/test/java/ch/qos/logback/classic/db/DBAppenderIntegrationTest.java
+++ b/logback-classic/src/test/java/ch/qos/logback/classic/db/DBAppenderIntegrationTest.java
@@ -101,13 +101,15 @@ public class DBAppenderIntegrationTest {
     Exception e = new Exception("Just testing", getCause());
     logger.error("At last an error.", e);
 
+    StatusPrinter.printInCaseOfErrorsOrWarnings(lc);
+    
     long lastEventId = getLastEventId();
     verify(lastEventId);
 
     // check that there were no errors
     StatusChecker checker = new StatusChecker(lc);
     assertTrue(checker.isErrorFree());
-    StatusPrinter.printInCaseOfErrorsOrWarnings(lc);
+   
   }
 
   long getLastEventId() throws SQLException {
@@ -241,7 +243,7 @@ public class DBAppenderIntegrationTest {
     if (!isConformingHostAndJDK16OrHigher(POSTGRES_CONFORMING_HOST_LIST)) {
       return;
     }
-    System.out.println("doing test");
+    System.out.println("running postgres() test");
     doTest("src/test/input/integration/db/postgresql-with-driver.xml");
   }
 

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

Summary of changes:
 .../classic/db/DBAppenderIntegrationTest.java      |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


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


More information about the logback-dev mailing list