From 8c5d183b401629440ef9562906eb4a78dcc12929 Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Fri, 11 Oct 2002 05:02:59 +0000 Subject: [PATCH] removed junk methods git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138922 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/commons/logging/AbstractLogTest.java | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/test/org/apache/commons/logging/AbstractLogTest.java b/src/test/org/apache/commons/logging/AbstractLogTest.java index 735924a..4b0f62a 100644 --- a/src/test/org/apache/commons/logging/AbstractLogTest.java +++ b/src/test/org/apache/commons/logging/AbstractLogTest.java @@ -78,22 +78,6 @@ public abstract class AbstractLogTest extends TestCase { } - 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()