geirm 02/03/24 16:49:22
Modified: build testcases.xml
Log:
Adding ParserTestCase to list of tests - for strange kinds of parser tests
Revision Changes Path
1.28 +13 -1 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.28
diff -u -r1.27 -r1.28
--- testcases.xml 20 Feb 2002 12:02:34 -0000 1.27
+++ testcases.xml 25 Mar 2002 00:49:22 -0000 1.28
@@ -71,7 +71,8 @@
test-anakia,
test-texen,
test-texen-classpath,
- test-misc
+ test-misc,
+ test-parser
"/>
<target name="test-template">
@@ -265,6 +266,17 @@
<java classname="${velocity.test.runner}" fork="yes"
failonerror="${testbed.failonerror}">
<arg value="org.apache.velocity.test.MiscTestCase"/>
+ <classpath>
+ <path refid="classpath"/>
+ </classpath>
+ </java>
+ </target>
+
+ <target name="test-parser">
+ <echo message="Running special parser tests..."/>
+
+ <java classname="${velocity.test.runner}" fork="yes"
failonerror="${testbed.failonerror}">
+ <arg value="org.apache.velocity.test.ParserTestCase"/>
<classpath>
<path refid="classpath"/>
</classpath>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>