dlr         01/03/04 18:02:59

  Modified:    build    build-velocity.xml
  Log:
  There is a context test now, too.  Even though it involves templates, let's just 
refer to things as unit tests (rather than them all being template-specific).
  
  Revision  Changes    Path
  1.36      +1 -1      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- build-velocity.xml        2001/03/04 00:42:36     1.35
  +++ build-velocity.xml        2001/03/05 02:02:59     1.36
  @@ -569,7 +569,7 @@
     <!-- =================================================================== -->
     <target name="test">
   
  -    <echo message="Running JUnit template tests for Velocity ..."/>
  +    <echo message="Running JUnit tests for Velocity ..."/>
   
       <java classname="${velocity.test.runner}">
         <arg value="${template.test}"/>
  
  
  

Reply via email to