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 06:53:21 UTC

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

sullis      2002/10/10 21:53:21

  Modified:    logging/src/test/org/apache/commons/logging TestAll.java
  Log:
  added test code
  
  Revision  Changes    Path
  1.3       +6 -6      jakarta-commons/logging/src/test/org/apache/commons/logging/TestAll.java
  
  Index: TestAll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/logging/src/test/org/apache/commons/logging/TestAll.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestAll.java	17 Jan 2002 22:55:43 -0000	1.2
  +++ TestAll.java	11 Oct 2002 04:53:21 -0000	1.3
  @@ -86,8 +86,8 @@
       public static Test suite() {
           TestSuite suite = new TestSuite();
           
  -        // don't have any tests anymore
  -        //suite.addTest(TestLogLevels.suite());
  +        suite.addTest(SimpleLogTest.suite());
  +        suite.addTest(NoOpLogTest.suite());
           
           return suite;
       }
  
  
  

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