You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sk...@apache.org on 2006/02/27 03:58:27 UTC

svn commit: r381236 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/AbstractLogTest.java

Author: skitching
Date: Sun Feb 26 18:58:24 2006
New Revision: 381236

URL: http://svn.apache.org/viewcvs?rev=381236&view=rev
Log:
Add comments, clean up imports.

Modified:
    jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/AbstractLogTest.java

Modified: jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/AbstractLogTest.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/AbstractLogTest.java?rev=381236&r1=381235&r2=381236&view=diff
==============================================================================
--- jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/AbstractLogTest.java (original)
+++ jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/AbstractLogTest.java Sun Feb 26 18:58:24 2006
@@ -17,14 +17,16 @@
  
 package org.apache.commons.logging;
 
-import junit.framework.*;
+import junit.framework.TestCase;
 
 
 /**
-  *
+  * Generic tests that can be applied to any log adapter by
+  * subclassing this class and defining method getLogObject
+  * appropriately.
+  * 
   * @author Sean C. Sullivan
   * @version $Revision$
-  * 
   */
 public abstract class AbstractLogTest extends TestCase {
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org