You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/02/20 11:34:15 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test DefaultBundleLoaderTestCase.java XmlBundleTestCase.java

leif        02/02/20 02:34:15

  Modified:    src/scratchpad/org/apache/avalon/excalibur/i18n/test
                        DefaultBundleLoaderTestCase.java
                        XmlBundleTestCase.java
  Log:
  Suppress debug output.  Can still enaable it in the constructor.
  
  Revision  Changes    Path
  1.6       +4 -1      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/DefaultBundleLoaderTestCase.java
  
  Index: DefaultBundleLoaderTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/DefaultBundleLoaderTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- DefaultBundleLoaderTestCase.java	11 Dec 2001 09:53:35 -0000	1.5
  +++ DefaultBundleLoaderTestCase.java	20 Feb 2002 10:34:14 -0000	1.6
  @@ -19,7 +19,7 @@
   
   /**
    * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
  - * @version $Id: DefaultBundleLoaderTestCase.java,v 1.5 2001/12/11 09:53:35 jefft Exp $
  + * @version $Id: DefaultBundleLoaderTestCase.java,v 1.6 2002/02/20 10:34:14 leif Exp $
    */
   public class DefaultBundleLoaderTestCase extends ExcaliburTestCase {
   
  @@ -27,6 +27,9 @@
   
       public DefaultBundleLoaderTestCase( String name ) {
           super(name);
  +
  +        // Set the priority for default log output.
  +        m_logPriority = org.apache.log.Priority.INFO;
       }
   
       public void setUp() throws Exception {
  
  
  
  1.9       +4 -1      jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/XmlBundleTestCase.java
  
  Index: XmlBundleTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/XmlBundleTestCase.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XmlBundleTestCase.java	2 Jan 2002 19:48:51 -0000	1.8
  +++ XmlBundleTestCase.java	20 Feb 2002 10:34:14 -0000	1.9
  @@ -21,7 +21,7 @@
   
   /**
    * @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
  - * @version $Id: XmlBundleTestCase.java,v 1.8 2002/01/02 19:48:51 neeme Exp $
  + * @version $Id: XmlBundleTestCase.java,v 1.9 2002/02/20 10:34:14 leif Exp $
    */
   public class XmlBundleTestCase extends ExcaliburTestCase {
   
  @@ -31,6 +31,9 @@
   
       public XmlBundleTestCase( String name ) {
           super(name);
  +
  +        // Set the priority for default log output.
  +        m_logPriority = org.apache.log.Priority.INFO;
       }
   
       public void setUp() throws Exception {
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>