You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by su...@apache.org on 2002/10/11 07:02:59 UTC

cvs commit: jakarta-commons/logging/src/test/org/apache/commons/logging AbstractLogTest.java

sullis      2002/10/10 22:02:59

  Modified:    logging/src/test/org/apache/commons/logging
                        AbstractLogTest.java
  Log:
  removed junk methods
  
  Revision  Changes    Path
  1.2       +0 -16     jakarta-commons/logging/src/test/org/apache/commons/logging/AbstractLogTest.java
  
  Index: AbstractLogTest.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/src/test/org/apache/commons/logging/AbstractLogTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AbstractLogTest.java	11 Oct 2002 04:52:59 -0000	1.1
  +++ AbstractLogTest.java	11 Oct 2002 05:02:59 -0000	1.2
  @@ -78,22 +78,6 @@
       }
   
       
  -    public static Test suite() {
  -        TestSuite suite = new TestSuite();
  -        
  -        // todo suite.addTest(TestLogLevels.suite());
  -        
  -        return suite;
  -    }
  -
  -    /**
  -     * 
  -     */
  -    public static void main(String args[]) {
  -        String[] testCaseName = { AbstractLogTest.class.getName() };
  -        junit.textui.TestRunner.main(testCaseName);
  -    }
  -    
       public abstract Log getLogObject();
   
   	public void testLoggingWithNullParameters()
  
  
  

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