diff options
Diffstat (limited to 'src/documentation/content/xdocs/dev')
-rw-r--r-- | src/documentation/content/xdocs/dev/testing.xml | 8 |
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> |