geirm       01/11/26 15:39:48

  Modified:    build    testcases.xml
  Log:
  Adding new testcases for the introspection changes.
  
  Revision  Changes    Path
  1.25      +12 -0     jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- testcases.xml     2001/10/12 02:40:49     1.24
  +++ testcases.xml     2001/11/26 23:39:48     1.25
  @@ -54,6 +54,7 @@
                                      test-template,
                                      test-velocityapp,
                                      test-introspect,
  +                                   test-introspect2,
                                      test-classloaderchange,
                                      test-inlinevmscope,
                                      test-multi,
  @@ -121,6 +122,17 @@
   
       <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}">
         <arg value="org.apache.velocity.test.IntrospectorTestCase"/>
  +      <classpath>
  +        <path refid="classpath"/>
  +      </classpath>
  +    </java>
  +  </target>
  +
  +  <target name="test-introspect2"> 
  +    <echo message="Running Introspector2 tests..."/>
  +
  +    <java classname="${velocity.test.runner}" fork="yes" 
failonerror="${testbed.failonerror}">
  +      <arg value="org.apache.velocity.test.IntrospectorTestCase2"/>
         <classpath>
           <path refid="classpath"/>
         </classpath>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to