curcuru 02/01/18 11:30:33
Modified: test build.xml
Log:
Add conf.one target to support new StylesheetDriver test to run one conf test.
Revision Changes Path
1.34 +5 -0 xml-xalan/test/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/build.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build.xml 18 Jan 2002 15:24:58 -0000 1.33
+++ build.xml 18 Jan 2002 19:30:33 -0000 1.34
@@ -245,6 +245,11 @@
<param name="conf.flavor" value="trax.dom"/>
</antcall>
</target>
+ <target name="conf.one" description="Run a single conf test">
+ <antcall target="conf">
+ <param name="testClass"
value="org.apache.qetest.xsl.StylesheetDriver" />
+ </antcall>
+ </target>
<!-- ==================================================================
-->
<!-- Run tests: the StylesheetErrorTestlet on the conferr suite
-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]