[jboss-cvs] jrunit/src/main/org/jboss/jrunit/harness ...

Ron Sigal ron_sigal at yahoo.com
Thu Nov 16 02:41:47 EST 2006


  User: rsigal  
  Date: 06/11/16 02:41:47

  Modified:    src/main/org/jboss/jrunit/harness  TestDriver.java
  Log:
  JBBENCH-179: Set DEFAULT_TEST_LOG_LEVEL to Level.INFO.
  
  Revision  Changes    Path
  1.18      +1 -1      jrunit/src/main/org/jboss/jrunit/harness/TestDriver.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TestDriver.java
  ===================================================================
  RCS file: /cvsroot/jboss/jrunit/src/main/org/jboss/jrunit/harness/TestDriver.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -b -r1.17 -r1.18
  --- TestDriver.java	7 Jul 2006 16:13:40 -0000	1.17
  +++ TestDriver.java	16 Nov 2006 07:41:47 -0000	1.18
  @@ -105,7 +105,7 @@
       * The default log level for the test case being run.
       * The default value is DEBUG.
       */
  -   public static final Level DEFAULT_TEST_LOG_LEVEL = Level.DEBUG;
  +   public static final Level DEFAULT_TEST_LOG_LEVEL = Level.INFO;
      /**
       * The default log level for the test harness for each test case being run.
       * The default value is ERROR.
  
  
  



More information about the jboss-cvs-commits mailing list