vmote       2003/11/13 09:41:20

  Modified:    src/documentation/content/xdocs/dev testing.xml
  Log:
  1. add section regarding basic/API tests
  2. add warning that the functional testing is inoperative
  
  Revision  Changes    Path
  1.5       +9 -1      xml-fop/src/documentation/content/xdocs/dev/testing.xml
  
  Index: testing.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/documentation/content/xdocs/dev/testing.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- testing.xml       12 Nov 2003 15:24:53 -0000      1.4
  +++ testing.xml       13 Nov 2003 17:41:20 -0000      1.5
  @@ -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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to