dlr         01/03/12 18:23:09

  Modified:    src/java/org/apache/velocity/test TemplateTestCase.java
  Log:
  VelocityTestSuite has apparently been renamed to TemplateTestSuite.
  
  Revision  Changes    Path
  1.28      +2 -2      
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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- TemplateTestCase.java     2001/03/13 00:02:56     1.27
  +++ TemplateTestCase.java     2001/03/13 02:23:09     1.28
  @@ -79,7 +79,7 @@
    * Easily add test cases which evaluate templates and check their output.
    *
    * NOTE:
  - * This class DOES NOT extend RuntimeTestCase because the VelocityTestSuite
  + * This class DOES NOT extend RuntimeTestCase because the TemplateTestSuite
    * already initializes the Velocity runtime and adds the template
    * test cases. Having this class extend RuntimeTestCase causes the
    * Runtime to be initialized twice which is not good. I only discovered
  @@ -99,7 +99,7 @@
    * @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Geir Magnusson Jr.</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Jon S. Stevens</a>
  - * @version $Id: TemplateTestCase.java,v 1.27 2001/03/13 00:02:56 dlr Exp $
  + * @version $Id: TemplateTestCase.java,v 1.28 2001/03/13 02:23:09 dlr Exp $
    */
   public class TemplateTestCase extends TestCase implements TemplateTestBase
   {
  
  
  

Reply via email to