aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/dev
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2003-11-13 17:41:20 +0000
committerWilliam Victor Mote <vmote@apache.org>2003-11-13 17:41:20 +0000
commit55c69e183af43f798f8e3fede32e25908cd88da6 (patch)
tree78b61e173c4e4b2bb8c4307434502c744bd488b2 /src/documentation/content/xdocs/dev
parent783748dfa0a403689ac6178b3a0de2506b090a48 (diff)
downloadxmlgraphics-fop-55c69e183af43f798f8e3fede32e25908cd88da6.tar.gz
xmlgraphics-fop-55c69e183af43f798f8e3fede32e25908cd88da6.zip
1. add section regarding basic/API tests
2. add warning that the functional testing is inoperative git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197010 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation/content/xdocs/dev')
-rw-r--r--src/documentation/content/xdocs/dev/testing.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/dev/testing.xml b/src/documentation/content/xdocs/dev/testing.xml
index 7682a298b..0125f5f7e 100644
--- a/src/documentation/content/xdocs/dev/testing.xml
+++ b/src/documentation/content/xdocs/dev/testing.xml
@@ -17,8 +17,16 @@
<li><link href="http://gump.cocoondev.org/xml-fop-maintenance.html">Gump build for the Maintenance Branch</link></li>
</ul>
</section>
+ <section id="basic">
+ <title>Basic/API Testing</title>
+ <p>There is a group of basic API tests that are included in the build process.
+For these tests to occur, JUnit must be available to Ant (simply copy junit.jar into Ant's lib directory).
+The build will then report error(s) if the high-level APIs for Driver and the Transcoders fail.
+The tests do not check the output, but only ensure that something is generated and without exceptions.</p>
+ </section>
<section id="functional">
<title>Functional Testing</title>
+ <warning>The "functional" testing section on this page is currently inoperative.</warning>
<section>
<title>Running and Using Tests</title>
<p>