You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ge...@apache.org on 2001/09/17 01:50:59 UTC

cvs commit: jakarta-velocity/build testcases.xml

geirm       01/09/16 16:50:59

  Modified:    build    testcases.xml
  Log:
  Adding classloader change test case.
  
  Revision  Changes    Path
  1.21      +10 -0     jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- testcases.xml	2001/08/29 17:00:53	1.20
  +++ testcases.xml	2001/09/16 23:50:59	1.21
  @@ -54,6 +54,7 @@
                                      test-template,
                                      test-velocityapp,
                                      test-introspect,
  +                                   test-classloaderchange,
                                      test-inlinevmscope,
                                      test-multi,
                                      test-cpload,
  @@ -126,6 +127,15 @@
       </java>
     </target>
   
  +  <target name="test-classloaderchange">
  +    <java classname="${velocity.test.runner}" fork="yes" failonerror="${testbed.failonerror}" >
  +      <arg value="org.apache.velocity.test.ClassloaderChangeTest"/>
  +      <classpath>
  +        <path refid="classpath"/>
  +      </classpath>
  +    </java>
  +  </target>
  +  
     <target name="test-inlinevmscope">
       <echo message="Running Inline VM Scope tests..."/>