<target name="test" depends="package">
<echo message="Testing build in jar file ${build.dir}/${name}.jar against reference"/>
- <runTest testSuite="basictests.xml" basedir="test/" reference="reference/fop.jar"
+ <runTest testSuite="basictests.xml" basedir="test/" reference="test/reference/fop.jar"
refVersion="FOP 0.19.0-CVS"/>
+ <runTest testSuite="bugtests.xml" basedir="test/" reference="test/reference/fop.jar"
+ refVersion="FOP 0.19.0-CVS"/>
+<!--
+ <runTest testSuite="testsuite.xml" basedir="TestSuite/NIST/" reference="test/reference/fop.jar"
+ refVersion="FOP 0.19.0-CVS"/>
+ <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/IBM/" reference="test/reference/fop.jar"
+ refVersion="FOP 0.19.0-CVS"/>
+ <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/FOP/" reference="test/reference/fop.jar"
+ refVersion="FOP 0.19.0-CVS"/>
+ <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/XEP/" reference="test/reference/fop.jar"
+ refVersion="FOP 0.19.0-CVS"/>
+ <runTest testSuite="testsuite.xml" basedir="TestSuite/contrib/XSLFormatter/" reference="test/reference/fop.jar"
+ refVersion="FOP 0.19.0-CVS"/>
+-->
</target>
<target name="all" depends="package"/> <!-- "all" target for us Makefile converts ;-) -->
</p>
</s2>
+ <s2 title="W3C TestSuite">
+ <p>
+The testing is set up so that you can download the testsuite from
+<jump href="http://www.w3.org/Style/XSL/TestSuite/">http://www.w3.org/Style/XSL/TestSuite/</jump>,
+unzip the file into the base directory of FOP.
+Then you can uncomment the lines in the build.xml file in the test target and it
+will run through all the tests in the testsuite distribution.
+ </p>
+ </s2>
+
<s2 title="Writing a Test">
<p>
A test belongs to one of a few catagories. A basic test should excercise one