dlr         00/10/22 15:10:51

  Modified:    src/java/org/apache/velocity/test TemplateTestCase.java
  Log:
  Corrected comment.
  
  Revision  Changes    Path
  1.2       +3 -3      
jakarta-velocity/src/java/org/apache/velocity/test/TemplateTestCase.java
  
  Index: TemplateTestCase.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-velocity/src/java/org/apache/velocity/test/TemplateTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TemplateTestCase.java     2000/10/22 22:08:56     1.1
  +++ TemplateTestCase.java     2000/10/22 22:10:51     1.2
  @@ -62,11 +62,11 @@
   import org.apache.velocity.io.FastWriter;
   
   /**
  - * Base functionality to be extended by all Apache Velocity test cases.  Test 
  - * case implementations are used to automatate testing via JUnit.
  + * Base functionality to be extended by all Apache Velocity test cases which 
  + * evaluate templates as part of their testing.
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Daniel Rall</a>
  - * @version $Id: TemplateTestCase.java,v 1.1 2000/10/22 22:08:56 dlr Exp $
  + * @version $Id: TemplateTestCase.java,v 1.2 2000/10/22 22:10:51 dlr Exp $
    */
   public abstract class TemplateTestCase extends BaseTestCase
   {
  
  
  

Reply via email to