geirm       01/06/11 20:22:55

  Modified:    build    testcases.xml
  Log:
  added VelocimacroTestCase
  
  Revision  Changes    Path
  1.15      +11 -0     jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- testcases.xml     2001/05/20 20:30:56     1.14
  +++ testcases.xml     2001/06/12 03:22:55     1.15
  @@ -65,6 +65,7 @@
                                      test-multiloader,
                                      test-encoding,
                                      test-eventhandling,
  +                                   test-velocimacro,
                                      test-anakia,
                                      test-texen
                                      "/>
  @@ -276,6 +277,16 @@
         <classpath>
           <path refid="classpath"/>
           <pathelement location="../test/multiloader/test1.jar"/>
  +      </classpath>
  +    </java>
  +  </target>
  +
  + <target name="test-velocimacro">
  +    <echo message="Running Velocimacro tests..."/>
  +    <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}">
  +      <arg value="org.apache.velocity.test.VelocimacroTestCase"/>
  +      <classpath>
  +        <path refid="classpath"/>
         </classpath>
       </java>
     </target>
  
  
  

Reply via email to