1
0

added test code

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sean Sullivan
2002-10-11 04:53:21 +00:00
parent 3bd953f430
commit 398e84d1b6

View File

@@ -1,7 +1,7 @@
/* /*
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/TestAll.java,v 1.2 2002/01/17 22:55:43 rdonkin Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/TestAll.java,v 1.3 2002/10/11 04:53:21 sullis Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2002/01/17 22:55:43 $ * $Date: 2002/10/11 04:53:21 $
* *
* ==================================================================== * ====================================================================
* *
@@ -74,7 +74,7 @@ import junit.framework.*;
* coded by James Strachan. </p> * coded by James Strachan. </p>
* *
* @author Robert Burrell Donkin * @author Robert Burrell Donkin
* @version $Revision: 1.2 $ * @version $Revision: 1.3 $
*/ */
public class TestAll extends TestCase { public class TestAll extends TestCase {
@@ -86,8 +86,8 @@ public class TestAll extends TestCase {
public static Test suite() { public static Test suite() {
TestSuite suite = new TestSuite(); TestSuite suite = new TestSuite();
// don't have any tests anymore suite.addTest(SimpleLogTest.suite());
//suite.addTest(TestLogLevels.suite()); suite.addTest(NoOpLogTest.suite());
return suite; return suite;
} }