1
0

Remove unnecessary test constructors, let run with my archaic version of JUnit.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138975 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard A. Sitze
2003-04-10 22:40:37 +00:00
parent a9bd59d60a
commit d5f08a7710
4 changed files with 16 additions and 48 deletions

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/jdk14/CustomConfigTestCase.java,v 1.3 2003/03/30 05:22:50 craigmcc Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/CustomConfigTestCase.java,v 1.4 2003/04/10 22:40:37 rsitze Exp $
* $Revision: 1.3 $ * $Revision: 1.4 $
* $Date: 2003/03/30 05:22:50 $ * $Date: 2003/04/10 22:40:37 $
* *
* ==================================================================== * ====================================================================
* *
@@ -84,7 +84,7 @@ import org.apache.commons.logging.LogFactory;
* logger configured per the configuration properties.</p> * logger configured per the configuration properties.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.3 $ $Date: 2003/03/30 05:22:50 $ * @version $Revision: 1.4 $ $Date: 2003/04/10 22:40:37 $
*/ */
public class CustomConfigTestCase extends DefaultConfigTestCase { public class CustomConfigTestCase extends DefaultConfigTestCase {
@@ -93,14 +93,6 @@ public class CustomConfigTestCase extends DefaultConfigTestCase {
// ----------------------------------------------------------- Constructors // ----------------------------------------------------------- Constructors
/**
* <p>Construct a new instance of this test case.</p>
*/
public CustomConfigTestCase() {
super();
}
/** /**
* <p>Construct a new instance of this test case.</p> * <p>Construct a new instance of this test case.</p>
* *

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/jdk14/DefaultConfigTestCase.java,v 1.2 2003/03/30 02:30:37 craigmcc Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/jdk14/DefaultConfigTestCase.java,v 1.3 2003/04/10 22:40:37 rsitze Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/03/30 02:30:37 $ * $Date: 2003/04/10 22:40:37 $
* *
* ==================================================================== * ====================================================================
* *
@@ -76,7 +76,7 @@ import org.apache.commons.logging.LogFactory;
* should be automatically configured.</p> * should be automatically configured.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.2 $ $Date: 2003/03/30 02:30:37 $ * @version $Revision: 1.3 $ $Date: 2003/04/10 22:40:37 $
*/ */
public class DefaultConfigTestCase extends TestCase { public class DefaultConfigTestCase extends TestCase {
@@ -85,14 +85,6 @@ public class DefaultConfigTestCase extends TestCase {
// ----------------------------------------------------------- Constructors // ----------------------------------------------------------- Constructors
/**
* <p>Construct a new instance of this test case.</p>
*/
public DefaultConfigTestCase() {
super();
}
/** /**
* <p>Construct a new instance of this test case.</p> * <p>Construct a new instance of this test case.</p>
* *

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/log4j/CustomConfigTestCase.java,v 1.2 2003/04/02 00:50:49 craigmcc Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/CustomConfigTestCase.java,v 1.3 2003/04/10 22:40:37 rsitze Exp $
* $Revision: 1.2 $ * $Revision: 1.3 $
* $Date: 2003/04/02 00:50:49 $ * $Date: 2003/04/10 22:40:37 $
* *
* ==================================================================== * ====================================================================
* *
@@ -85,7 +85,7 @@ import org.apache.log4j.spi.LoggingEvent;
* logger configured per the configuration properties.</p> * logger configured per the configuration properties.</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.2 $ $Date: 2003/04/02 00:50:49 $ * @version $Revision: 1.3 $ $Date: 2003/04/10 22:40:37 $
*/ */
public class CustomConfigTestCase extends DefaultConfigTestCase { public class CustomConfigTestCase extends DefaultConfigTestCase {
@@ -94,14 +94,6 @@ public class CustomConfigTestCase extends DefaultConfigTestCase {
// ----------------------------------------------------------- Constructors // ----------------------------------------------------------- Constructors
/**
* <p>Construct a new instance of this test case.</p>
*/
public CustomConfigTestCase() {
super();
}
/** /**
* <p>Construct a new instance of this test case.</p> * <p>Construct a new instance of this test case.</p>
* *

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/log4j/DefaultConfigTestCase.java,v 1.1 2003/03/30 05:22:50 craigmcc Exp $ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/log4j/DefaultConfigTestCase.java,v 1.2 2003/04/10 22:40:37 rsitze Exp $
* $Revision: 1.1 $ * $Revision: 1.2 $
* $Date: 2003/03/30 05:22:50 $ * $Date: 2003/04/10 22:40:37 $
* *
* ==================================================================== * ====================================================================
* *
@@ -76,7 +76,7 @@ import org.apache.commons.logging.LogFactory;
* should be automatically configured).</p> * should be automatically configured).</p>
* *
* @author Craig R. McClanahan * @author Craig R. McClanahan
* @version $Revision: 1.1 $ $Date: 2003/03/30 05:22:50 $ * @version $Revision: 1.2 $ $Date: 2003/04/10 22:40:37 $
*/ */
public class DefaultConfigTestCase extends TestCase { public class DefaultConfigTestCase extends TestCase {
@@ -85,14 +85,6 @@ public class DefaultConfigTestCase extends TestCase {
// ----------------------------------------------------------- Constructors // ----------------------------------------------------------- Constructors
/**
* <p>Construct a new instance of this test case.</p>
*/
public DefaultConfigTestCase() {
super();
}
/** /**
* <p>Construct a new instance of this test case.</p> * <p>Construct a new instance of this test case.</p>
* *