diff options
author | Keiron Liddle <keiron@apache.org> | 2001-07-06 06:58:00 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2001-07-06 06:58:00 +0000 |
commit | 7e0a43a07a6d5a4ff7970940d0b6fad7e3faabca (patch) | |
tree | cd276041e4742b227c50e5772e3917b479706c5c /docs | |
parent | c82713e4e2bbb94f17fb3a19df340ef9f34a1a4a (diff) | |
download | xmlgraphics-fop-7e0a43a07a6d5a4ff7970940d0b6fad7e3faabca.tar.gz xmlgraphics-fop-7e0a43a07a6d5a4ff7970940d0b6fad7e3faabca.zip |
added support for easily using w3c testsuite for build target test
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194335 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/xml-docs/fop/testing.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/xml-docs/fop/testing.xml b/docs/xml-docs/fop/testing.xml index 34e27f581..a8a24c258 100644 --- a/docs/xml-docs/fop/testing.xml +++ b/docs/xml-docs/fop/testing.xml @@ -20,6 +20,16 @@ loaded to create the reference output. </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 |