geirm       01/05/17 07:07:39

  Modified:    build    testcases.xml
  Log:
  added the event handling test case
  
  Revision  Changes    Path
  1.12      +13 -0     jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- testcases.xml     2001/04/14 02:58:14     1.11
  +++ testcases.xml     2001/05/17 14:07:36     1.12
  @@ -51,6 +51,7 @@
     </target>
   
     <target name="test-all" depends="
  +                                   test-multiloader,
                                      test-template,
                                      test-velocityapp,
                                      test-introspect,
  @@ -63,6 +64,7 @@
                                      test-methodinvocationexception,   
                                      test-multiloader,
                                      test-encoding,
  +                                   test-eventhandling,
                                      test-anakia,
                                      test-texen
                                      "/>
  @@ -72,6 +74,17 @@
   
       <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}">
         <arg value="org.apache.velocity.test.TemplateTestCase"/>
  +      <classpath>
  +        <path refid="classpath"/>
  +      </classpath>
  +    </java>
  +   </target>
  +
  + <target name="test-eventhandling">
  +    <echo message="Running Event Handler tests..."/>
  +
  +    <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}">
  +      <arg value="org.apache.velocity.test.EventHandlingTestCase"/>
         <classpath>
           <path refid="classpath"/>
         </classpath>
  
  
  

Reply via email to