bloritsch 02/02/20 10:45:04
Modified: src/scratchpad/org/apache/avalon/excalibur/system/test
ContainerProfile.java
Log:
fix typo
Revision Changes Path
1.5 +2 -2
jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/test/ContainerProfile.java
Index: ContainerProfile.java
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/system/test/ContainerProfile.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ContainerProfile.java 20 Feb 2002 18:03:09 -0000 1.4
+++ ContainerProfile.java 20 Feb 2002 18:45:04 -0000 1.5
@@ -23,7 +23,7 @@
import org.apache.avalon.framework.configuration.*;
import org.apache.avalon.framework.parameters.*;
import org.apache.avalon.framework.logger.*;
-import junit.texti.TestRunner;
+import junit.textui.TestRunner;
import java.net.URL;
@@ -31,7 +31,7 @@
* Used as a basis for the PoolComparisonProfile Tests
*
* @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
- * @version $Id: ContainerProfile.java,v 1.4 2002/02/20 18:03:09 bloritsch
Exp $
+ * @version $Id: ContainerProfile.java,v 1.5 2002/02/20 18:45:04 bloritsch
Exp $
*/
public final class ContainerProfile
extends TestCase
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>