svn:keywords correction
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@155426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -23,7 +23,7 @@ import junit.framework.*;
|
||||
/**
|
||||
*
|
||||
* @author Sean C. Sullivan
|
||||
* @version $Revision: $
|
||||
* @version $Revision$
|
||||
*
|
||||
*/
|
||||
public abstract class AbstractLogTest extends TestCase {
|
||||
|
||||
@@ -22,7 +22,7 @@ import junit.framework.TestSuite;
|
||||
/**
|
||||
* testcase to emulate container and application isolated from container
|
||||
* @author baliuka
|
||||
* @version $Id: LoadTest.java,v 1.5 2004/02/28 21:46:45 craigmcc Exp $
|
||||
* @version $Id$
|
||||
*/
|
||||
public class LoadTest extends TestCase{
|
||||
//TODO: need some way to add service provider packages
|
||||
|
||||
@@ -29,7 +29,7 @@ import junit.framework.*;
|
||||
* coded by James Strachan. </p>
|
||||
*
|
||||
* @author Robert Burrell Donkin
|
||||
* @version $Revision: 1.7 $
|
||||
* @version $Revision$
|
||||
*/
|
||||
public class TestAll extends TestCase {
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ import java.util.List;
|
||||
* only the wrapper class itself.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.5 $ $Date: 2004/02/28 21:46:45 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class Wrapper {
|
||||
|
||||
@@ -25,7 +25,7 @@ import junit.framework.TestSuite;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:neeme@apache.org">Neeme Praks</a>
|
||||
* @version $Revision: 1.4 $ $Date: 2004/02/28 21:46:45 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
public class AvalonLoggerTest extends AbstractLogTest {
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ import junit.framework.TestSuite;
|
||||
* logger configured per the configuration properties.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.9 $ $Date: 2004/02/28 21:46:45 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class CustomConfigTestCase extends DefaultConfigTestCase {
|
||||
|
||||
@@ -36,7 +36,7 @@ import org.apache.commons.logging.LogFactory;
|
||||
* should be automatically configured.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.8 $ $Date: 2004/02/28 21:46:45 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class DefaultConfigTestCase extends TestCase {
|
||||
|
||||
@@ -27,7 +27,7 @@ import java.util.logging.LogRecord;
|
||||
* <p>Test implementation of <code>java.util.logging.Handler</code>.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.4 $ $Date: 2004/02/28 21:46:45 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class TestHandler extends Handler {
|
||||
|
||||
@@ -37,7 +37,7 @@ import org.apache.log4j.spi.LoggingEvent;
|
||||
* logger configured per the configuration properties.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.9 $ $Date: 2004/05/19 20:59:56 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class CustomConfigTestCase extends DefaultConfigTestCase {
|
||||
|
||||
@@ -36,7 +36,7 @@ import org.apache.commons.logging.LogFactory;
|
||||
* should be automatically configured).</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.7 $ $Date: 2004/02/28 21:46:46 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class DefaultConfigTestCase extends TestCase {
|
||||
|
||||
@@ -28,7 +28,7 @@ import org.apache.log4j.spi.LoggingEvent;
|
||||
* <p>Test implementation of <code>org.apache.log4j.Appender</code>.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.4 $ $Date: 2004/02/28 21:46:46 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class TestAppender extends AppenderSkeleton {
|
||||
|
||||
@@ -32,7 +32,7 @@ import org.apache.commons.logging.impl.SimpleLog;
|
||||
* properties.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.6 $ $Date: 2004/05/30 10:32:25 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
public class CustomConfigTestCase extends DefaultConfigTestCase {
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ import org.apache.commons.logging.impl.SimpleLog;
|
||||
* other than selecting the SimpleLog implementation.</p>
|
||||
*
|
||||
* @author Craig R. McClanahan
|
||||
* @version $Revision: 1.5 $ $Date: 2004/05/29 10:43:35 $
|
||||
* @version $Revision$ $Date$
|
||||
*/
|
||||
|
||||
public class DefaultConfigTestCase extends TestCase {
|
||||
|
||||
Reference in New Issue
Block a user