bloritsch    2002/06/13 06:11:15

  Modified:    
datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test
                        TableIdGeneratorJdbcTestCase.java
                        TableIdGeneratorMultithreadedJdbcTestCase.java
               datasource/src/test/org/apache/avalon/excalibur/datasource/test
                        DataSourceJdbcTestCase.java
               logger/src/test/org/apache/avalon/excalibur/logger/test
                        LogKitManagementTestCase.java
  Log:
  clean up more unnecessary deprecation warnings
  
  Revision  Changes    Path
  1.2       +0 -3      
jakarta-avalon-excalibur/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorJdbcTestCase.java
  
  Index: TableIdGeneratorJdbcTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorJdbcTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TableIdGeneratorJdbcTestCase.java 22 Apr 2002 03:04:27 -0000      1.1
  +++ TableIdGeneratorJdbcTestCase.java 13 Jun 2002 13:11:15 -0000      1.2
  @@ -38,9 +38,6 @@
       public TableIdGeneratorJdbcTestCase( String name )
       {
           super( name );
  -
  -        // Set the priority for default log output.
  -        m_logPriority = org.apache.log.Priority.INFO;
       }
   
       /*---------------------------------------------------------------
  
  
  
  1.2       +0 -3      
jakarta-avalon-excalibur/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorMultithreadedJdbcTestCase.java
  
  Index: TableIdGeneratorMultithreadedJdbcTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/datasource/src/test/org/apache/avalon/excalibur/datasource/ids/test/TableIdGeneratorMultithreadedJdbcTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TableIdGeneratorMultithreadedJdbcTestCase.java    22 Apr 2002 03:04:27 
-0000      1.1
  +++ TableIdGeneratorMultithreadedJdbcTestCase.java    13 Jun 2002 13:11:15 
-0000      1.2
  @@ -49,9 +49,6 @@
       public TableIdGeneratorMultithreadedJdbcTestCase( String name )
       {
           super( name );
  -
  -        // Set the priority for default log output.
  -        m_logPriority = org.apache.log.Priority.INFO;
       }
   
       /*---------------------------------------------------------------
  
  
  
  1.5       +0 -3      
jakarta-avalon-excalibur/datasource/src/test/org/apache/avalon/excalibur/datasource/test/DataSourceJdbcTestCase.java
  
  Index: DataSourceJdbcTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/datasource/src/test/org/apache/avalon/excalibur/datasource/test/DataSourceJdbcTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- DataSourceJdbcTestCase.java       24 Mar 2002 09:56:42 -0000      1.4
  +++ DataSourceJdbcTestCase.java       13 Jun 2002 13:11:15 -0000      1.5
  @@ -36,9 +36,6 @@
       public DataSourceJdbcTestCase( String name )
       {
           super( name );
  -
  -        // Set the priority for default log output.
  -        m_logPriority = org.apache.log.Priority.INFO;
       }
   
       public void testOverAllocation()
  
  
  
  1.2       +1 -4      
jakarta-avalon-excalibur/logger/src/test/org/apache/avalon/excalibur/logger/test/LogKitManagementTestCase.java
  
  Index: LogKitManagementTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/logger/src/test/org/apache/avalon/excalibur/logger/test/LogKitManagementTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- LogKitManagementTestCase.java     4 Apr 2002 02:34:16 -0000       1.1
  +++ LogKitManagementTestCase.java     13 Jun 2002 13:11:15 -0000      1.2
  @@ -30,9 +30,6 @@
       public LogKitManagementTestCase( final String name )
       {
           super( name );
  -
  -        // Set the priority for default log output.
  -        m_logPriority = org.apache.log.Priority.INFO;
       }
   
       public void testComponent()
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to