]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
1. add section regarding basic/API tests
authorWilliam Victor Mote <vmote@apache.org>
Thu, 13 Nov 2003 17:41:20 +0000 (17:41 +0000)
committerWilliam Victor Mote <vmote@apache.org>
Thu, 13 Nov 2003 17:41:20 +0000 (17:41 +0000)
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

src/documentation/content/xdocs/dev/testing.xml

index 7682a298bdb5914f6d186e7b0fda62486f4d88d2..0125f5f7e2991279d4c422866cfb51646248e3fe 100644 (file)
         <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>