JUnit TestCase class has had a default constructor for a long while now,
so remove pointless constructors for TestCase subclasses. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@209407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -28,11 +28,6 @@ import junit.framework.*;
|
||||
*/
|
||||
public abstract class AbstractLogTest extends TestCase {
|
||||
|
||||
public AbstractLogTest(String testName) {
|
||||
super(testName);
|
||||
}
|
||||
|
||||
|
||||
public abstract Log getLogObject();
|
||||
|
||||
public void testLoggingWithNullParameters()
|
||||
|
||||
Reference in New Issue
Block a user