You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2001/03/12 01:42:04 UTC

cvs commit: jakarta-velocity/src/java/org/apache/velocity/test TemplateTestSuite.java

jon         01/03/11 16:42:04

  Modified:    src/java/org/apache/velocity/test TemplateTestSuite.java
  Log:
  minor string fix
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-velocity/src/java/org/apache/velocity/test/TemplateTestSuite.java
  
  Index: TemplateTestSuite.java
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/test/TemplateTestSuite.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TemplateTestSuite.java	2001/03/12 00:39:47	1.2
  +++ TemplateTestSuite.java	2001/03/12 00:42:04	1.3
  @@ -72,7 +72,7 @@
    * @author <a href="mailto:jvanzyl@periapt.com">Jason van Zyl</a>
    * @author <a href="mailto:geirm@optonline.net">Geir Magnusson Jr.</a>
    * @author <a href="mailto:jon@latchkey.com">Jon S. Stevens</a>
  - * @version $Id: TemplateTestSuite.java,v 1.2 2001/03/12 00:39:47 jon Exp $
  + * @version $Id: TemplateTestSuite.java,v 1.3 2001/03/12 00:42:04 jon Exp $
    */
   public class TemplateTestSuite extends TestSuite implements TemplateTestBase
   {
  @@ -95,7 +95,7 @@
           }
           catch (Exception e)
           {
  -            System.err.println("Cannot setup VelocityTestSuite!");
  +            System.err.println("Cannot setup TemplateTestSuite!");
               e.printStackTrace();
               System.exit(1);
           }