bloritsch 01/10/31 11:43:52 Modified: src/scratchpad/org/apache/avalon/excalibur/i18n/test AbstractBundleTestCase.java Log: Extend AbstractLogger to avoid problems Revision Changes Path 1.4 +1 -2 jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/AbstractBundleTestCase.java Index: AbstractBundleTestCase.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/AbstractBundleTestCase.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- AbstractBundleTestCase.java 2001/10/31 19:14:12 1.3 +++ AbstractBundleTestCase.java 2001/10/31 19:43:52 1.4 @@ -12,14 +12,13 @@ import junit.framework.TestCase; import org.apache.log.Hierarchy; -import org.apache.log.Logger; import org.apache.avalon.excalibur.i18n.Bundle; import org.apache.avalon.excalibur.i18n.AbstractBundle; import java.io.FileWriter; /** * @author <a href="mailto:[EMAIL PROTECTED]">Neeme Praks</a> - * @version $Id: AbstractBundleTestCase.java,v 1.3 2001/10/31 19:14:12 bloritsch Exp $ + * @version $Id: AbstractBundleTestCase.java,v 1.4 2001/10/31 19:43:52 bloritsch Exp $ */ public class AbstractBundleTestCase extends TestCase {
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>