From: William Victor Mote Date: Thu, 13 Nov 2003 17:41:20 +0000 (+0000) Subject: 1. add section regarding basic/API tests X-Git-Tag: Root_Temp_KnuthStylePageBreaking~1006 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=55c69e183af43f798f8e3fede32e25908cd88da6;p=xmlgraphics-fop.git 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 --- 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 @@
  • Gump build for the Maintenance Branch
  • +
    + Basic/API Testing +

    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.

    +
    Functional Testing + The "functional" testing section on this page is currently inoperative.
    Running and Using Tests