geirm       01/05/20 13:30:56

  Modified:    build    testcases.xml
  Log:
  added new CommonExtPropTestCase
  
  Revision  Changes    Path
  1.14      +10 -0     jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- testcases.xml     2001/05/20 20:13:28     1.13
  +++ testcases.xml     2001/05/20 20:30:56     1.14
  @@ -59,6 +59,7 @@
                                      test-cpload,
                                      test-contextsafety,
                                      test-configuration,
  +                                   test-commonsextprop,
                                      test-externallogger,
                                      test-methodinvocationexception,   
                                      test-multiloader,
  @@ -197,6 +198,15 @@
     <target name="test-configuration">
       <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}" >
         <arg value="org.apache.velocity.test.ConfigurationTestCase"/>
  +      <classpath>
  +        <path refid="classpath"/>
  +      </classpath>
  +    </java>
  +  </target>
  +
  + <target name="test-commonsextprop">
  +    <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}" >
  +      <arg value="org.apache.velocity.test.CommonsExtPropTestCase"/>
         <classpath>
           <path refid="classpath"/>
         </classpath>
  
  
  

Reply via email to