You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by wg...@apache.org on 2005/01/20 20:00:08 UTC

svn commit: r125804 - /jakarta/velocity/trunk/build/testcases.xml

Author: wglass
Date: Thu Jan 20 11:00:07 2005
New Revision: 125804

URL: http://svn.apache.org/viewcvs?view=rev&rev=125804
Log:
Added test case test-introspect3
http://issues.apache.org/bugzilla/show_bug.cgi?id=25888
Modified:
   jakarta/velocity/trunk/build/testcases.xml

Modified: jakarta/velocity/trunk/build/testcases.xml
Url: http://svn.apache.org/viewcvs/jakarta/velocity/trunk/build/testcases.xml?view=diff&rev=125804&p1=jakarta/velocity/trunk/build/testcases.xml&r1=125803&p2=jakarta/velocity/trunk/build/testcases.xml&r2=125804
==============================================================================
--- jakarta/velocity/trunk/build/testcases.xml	(original)
+++ jakarta/velocity/trunk/build/testcases.xml	Thu Jan 20 11:00:07 2005
@@ -56,6 +56,7 @@
                                    test-velocityapp,
                                    test-introspect,
                                    test-introspect2,
+                                   test-introspect3,
                                    test-classloaderchange,
                                    test-inlinevmscope,
                                    test-multi,
@@ -143,6 +144,17 @@
     </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>
+    </java>
+  </target>
+  
   <target name="test-classloaderchange">
     <java classname="${velocity.test.runner}" fork="yes" failonerror="${testbed.failonerror}" >
       <arg value="org.apache.velocity.test.ClassloaderChangeTest"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org