geirm       01/04/13 19:58:14

  Modified:    build    testcases.xml
  Log:
  added EncodingTestCase
  
  Revision  Changes    Path
  1.11      +12 -0     jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- testcases.xml     2001/03/23 01:21:33     1.10
  +++ testcases.xml     2001/04/14 02:58:14     1.11
  @@ -62,6 +62,7 @@
                                      test-externallogger,
                                      test-methodinvocationexception,   
                                      test-multiloader,
  +                                   test-encoding,
                                      test-anakia,
                                      test-texen
                                      "/>
  @@ -71,6 +72,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-encoding">
  +    <echo message="Running Template encoding test..."/>
  +
  +    <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}">
  +      <arg value="org.apache.velocity.test.EncodingTestCase"/>
         <classpath>
           <path refid="classpath"/>
         </classpath>
  
  
  

Reply via email to