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 2002/07/14 23:40:28 UTC

cvs commit: jakarta-velocity/build testcases.xml

geirm       2002/07/14 14:40:28

  Modified:    build    Tag: VEL_1_3_BRANCH testcases.xml
  Log:
  added the intro3 testcase
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.27.2.1  +12 -0     jakarta-velocity/build/testcases.xml
  
  Index: testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
  retrieving revision 1.27
  retrieving revision 1.27.2.1
  diff -u -r1.27 -r1.27.2.1
  --- testcases.xml	20 Feb 2002 12:02:34 -0000	1.27
  +++ testcases.xml	14 Jul 2002 21:40:28 -0000	1.27.2.1
  @@ -55,6 +55,7 @@
                                      test-velocityapp,
                                      test-introspect,
                                      test-introspect2,
  +                                   test-introspect3,
                                      test-classloaderchange,
                                      test-inlinevmscope,
                                      test-multi,
  @@ -133,6 +134,17 @@
   
       <java classname="${velocity.test.runner}" fork="yes" failonerror="${testbed.failonerror}">
         <arg value="org.apache.velocity.test.IntrospectorTestCase2"/>
  +      <classpath>
  +        <path refid="classpath"/>
  +      </classpath>
  +    </java>
  +  </target>
  +
  +  <target name="test-introspect3">
  +    <echo message="Running Introspector3 tests..."/>
  +
  +    <java classname="${velocity.test.runner}" fork="yes" failonerror="${testbed.failonerror}">
  +      <arg value="org.apache.velocity.test.IntrospectorTestCase3"/>
         <classpath>
           <path refid="classpath"/>
         </classpath>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>