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/07/26 06:52:35 UTC

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

Author: wglass
Date: Mon Jul 25 21:52:33 2005
New Revision: 225231

URL: http://svn.apache.org/viewcvs?rev=225231&view=rev
Log:
remove servlet test cases

Modified:
    jakarta/velocity/core/trunk/build/testcases.xml

Modified: jakarta/velocity/core/trunk/build/testcases.xml
URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/build/testcases.xml?rev=225231&r1=225230&r2=225231&view=diff
==============================================================================
--- jakarta/velocity/core/trunk/build/testcases.xml (original)
+++ jakarta/velocity/core/trunk/build/testcases.xml Mon Jul 25 21:52:33 2005
@@ -73,7 +73,6 @@
                                    test-texen,
                                    test-texen-classpath,
                                    test-misc,
-                                   test-servlet,
                                    test-parser,
                                    test-resourceinstance,
                                    test-foreach,
@@ -313,18 +312,6 @@
     </java>
   </target>
 
-  <target name="test-servlet">
-    <echo message="Running VelocityServlet tests..."/>
-
-    <java classname="${velocity.test.runner}" fork="yes" failonerror="${testbed.failonerror}">
-      <arg value="org.apache.velocity.test.VelocityServletTest"/>
-      <classpath>
-        <path refid="classpath"/>
-      </classpath>
-    </java>
-   </target>
-
-
    <target name="test-arithmetic">
     <echo message="Running special arithmetic tests..."/>
 
@@ -387,8 +374,8 @@
 
   <target name="test-texen-classpath">
 
-	<!--  note: previously the taskdef included the mysterious attribute reverseLoader="true" -->
-	<!--  now that this has been removed, we only guarantee this works with ant 1.5+ -->
+    <!--  note: previously the taskdef included the mysterious attribute reverseLoader="true" -->
+    <!--  now that this has been removed, we only guarantee this works with ant 1.5+ -->
     <taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask"
        >
       <classpath>



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