jon         01/03/11 17:24:22

  Modified:    build    build-testcases.xml
  Log:
  added a new test
  
  Revision  Changes    Path
  1.7       +14 -0     jakarta-velocity/build/build-testcases.xml
  
  Index: build-testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-testcases.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- build-testcases.xml       2001/03/12 00:35:01     1.6
  +++ build-testcases.xml       2001/03/12 01:24:22     1.7
  @@ -15,6 +15,7 @@
     <!-- =================================================================== -->
     <target name="test-all" depends="
                                      test-template,
  +                                   test-velocityapp,
                                      test-introspect,
                                      test-inlinevmscope,
                                      test-multi,
  @@ -34,6 +35,19 @@
         </classpath>
       </java>
      </target>
  +
  +  <target name="test-velocityapp"> 
  +    <echo message="Running app.Velocity tests..."/>
  +
  +    <java classname="${velocity.test.runner}" fork="yes">
  +      <arg value="org.apache.velocity.test.VelocityAppTestCase"/>
  +      <classpath>
  +        <pathelement path="${classpath}"/>
  +        <pathelement location="${junit.jar}"/>
  +        <pathelement location="${build.dest}"/>
  +      </classpath>
  +    </java>
  +  </target>
   
     <target name="test-introspect"> 
       <echo message="Running Introspector tests..."/>
  
  
  

Reply via email to