diff options
author | William Victor Mote <vmote@apache.org> | 2003-04-22 17:25:17 +0000 |
---|---|---|
committer | William Victor Mote <vmote@apache.org> | 2003-04-22 17:25:17 +0000 |
commit | 531888a664b1d0b792f7d9c63372c82f26768830 (patch) | |
tree | 10a8115a39962453df6442f6f11e37d8e725fbf5 | |
parent | ebdba06f12392a49b3b3acfdc67da06ba3155154 (diff) | |
download | xmlgraphics-fop-531888a664b1d0b792f7d9c63372c82f26768830.tar.gz xmlgraphics-fop-531888a664b1d0b792f7d9c63372c82f26768830.zip |
Add "build" testing information.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196319 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/dev/testing.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/dev/testing.xml b/src/documentation/content/xdocs/dev/testing.xml index 3218de2c4..1f53125ee 100644 --- a/src/documentation/content/xdocs/dev/testing.xml +++ b/src/documentation/content/xdocs/dev/testing.xml @@ -8,6 +8,16 @@ </header> <body> + <section id="build"> + <title>"Build" Testing</title> + <p>Apache projects use an automated build tool called "gump" to create nightly builds from the CVS repository. Gump sends "nag" messages if the build fails. This can be considered a sort of basic test of the build process. To view the most recent logs of the gump builds:</p> + <ul> + <li><link href="http://gump.cocoondev.org/xml-fop.html">Gump build for the Trunk</link></li> + <li><link href="http://gump.cocoondev.org/xml-fop-maintenance.html">Gump build for the Maintenance Branch</link></li> + </ul> + </section> +<section id="functional"> + <title>Functional Testing</title> <section> <title>Running and Using Tests</title> <p> @@ -103,6 +113,7 @@ accuracy by using the transcoding mechanism via Batik. So that the only part tha testing is how the SVG image is embedded inside the flow of the fo document. </p> </section> +</section> </body> </document> |