geirm 01/03/19 09:23:08
Modified: build testcases.xml
Log:
Added new testcase for MEI, and moved anakia and texan to the end of the
list (cuz they're slow...)
Revision Changes Path
1.4 +16 -2 jakarta-velocity/build/testcases.xml
Index: testcases.xml
===================================================================
RCS file: /home/cvs/jakarta-velocity/build/testcases.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- testcases.xml 2001/03/19 06:40:45 1.3
+++ testcases.xml 2001/03/19 17:23:06 1.4
@@ -31,10 +31,11 @@
test-multi,
test-cpload,
test-contextsafety,
- test-anakia,
test-configuration,
test-externallogger,
- test-texen
+ test-methodinvocationexception,
+ test-anakia,
+ test-texen
"/>
<target name="test-template">
@@ -167,6 +168,19 @@
</classpath>
</java>
</target>
+
+
+ <target name="test-methodinvocationexception">
+ <echo message="Running MethodInvocationException tests..."/>
+
+ <java classname="${velocity.test.runner}" fork="yes">
+ <arg value="org.apache.velocity.test.MethodInvocationExceptionTest"/>
+ <classpath>
+ <path refid="classpath"/>
+ </classpath>
+ </java>
+ </target>
+
<!-- ================================================================ -->
<!-- T E X E N T E S T -->
- cvs commit: jakarta-velocity/build testcases.xml geirm
- cvs commit: jakarta-velocity/build testcases.xml jvanzyl
- cvs commit: jakarta-velocity/build testcases.xml geirm
- cvs commit: jakarta-velocity/build testcases.xml jon
- cvs commit: jakarta-velocity/build testcases.xml geirm
- cvs commit: jakarta-velocity/build testcases.xml jon
- cvs commit: jakarta-velocity/build testcases.xml geirm
- cvs commit: jakarta-velocity/build testcases.xml geirm
- cvs commit: jakarta-velocity/build testcases.xml geirm
- cvs commit: jakarta-velocity/build testcases.xml geirm
- cvs commit: jakarta-velocity/build testcases.xml geirm
