1
0

Cleanup imports & some static method calls.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138986 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard A. Sitze
2003-07-18 14:11:45 +00:00
parent 5ac51cd843
commit 76e5c8aaf7
6 changed files with 32 additions and 43 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/LoadTest.java,v 1.1 2003/03/01 09:55:07 baliuka Exp $
* $Revision: 1.1 $
* $Date: 2003/03/01 09:55:07 $
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//logging/src/test/org/apache/commons/logging/LoadTest.java,v 1.2 2003/07/18 14:11:45 rsitze Exp $
* $Revision: 1.2 $
* $Date: 2003/07/18 14:11:45 $
*
* ====================================================================
*
@@ -61,14 +61,14 @@
package org.apache.commons.logging;
import junit.framework.*;
import org.apache.commons.logging.impl.*;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* testcase to emulate container and application isolated from container
* @author baliuka
* @version $Id: LoadTest.java,v 1.1 2003/03/01 09:55:07 baliuka Exp $
* @version $Id: LoadTest.java,v 1.2 2003/07/18 14:11:45 rsitze Exp $
*/
public class LoadTest extends TestCase{
//TODO: need some way to add service provider packages