From 7fdd2fafd7a040752c337b162f47911cd9d84997 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 23 Nov 2005 13:36:07 +0000 Subject: [PATCH] Cocoon is fun! disabled-testcases.xml from both fotree and layoutengine directories integrated into a single page about "known issues". git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348437 13f79535-47bb-0310-9956-ffa450edef68 --- .../content/xdocs/knownissues.xml | 69 +++++++++++++++++++ src/documentation/content/xdocs/site.xml | 1 + .../disabled-testcases2document.xsl | 60 ++++++++++++++++ src/documentation/sitemap.xmap | 22 ++++++ 4 files changed, 152 insertions(+) create mode 100644 src/documentation/content/xdocs/knownissues.xml create mode 100644 src/documentation/resources/stylesheets/disabled-testcases2document.xsl diff --git a/src/documentation/content/xdocs/knownissues.xml b/src/documentation/content/xdocs/knownissues.xml new file mode 100644 index 000000000..797755621 --- /dev/null +++ b/src/documentation/content/xdocs/knownissues.xml @@ -0,0 +1,69 @@ + + + + + +
+ Apache FOP: Known Issues + $Revision$ +
+ +
+ Known issues +

+ This page lists currently known issues in the FOP codebase. Please note that this list is generated + from data in FOP's code repository (Trunk) and may not exactly represent the list of issues in + the latest release. +

+ +

+ For additional information on known issues in Apache FOP, please have a look at the following pages, too: +

+ +
+

+ Apache FOP has an extensive automated testing infrastructure. Parts of this infrastructure are several + sets of test cases. When a test case is listed in disabled-testcases.xml it is disabled in the JUnit + tests during the normal build process. This indicates a problem in the current codebase. When a bug is + fixed or a missing feature is added the entry for the relevant test case(s) are removed. +

+
+ FO Tree +

+ This section lists currently disabled test cases in the test suite for the FO tree tests. + The data for this section comes from + test/fotree/disabled-testcases.xml. +

+ +
+
+ Layout Engine +

+ This section lists currently disabled test cases in the test suite for the layout engine tests. + The data for this section comes from + test/layoutengine/disabled-testcases.xml. +

+ +
+
+ +
+ diff --git a/src/documentation/content/xdocs/site.xml b/src/documentation/content/xdocs/site.xml index c9ee8224d..d97bb3310 100644 --- a/src/documentation/content/xdocs/site.xml +++ b/src/documentation/content/xdocs/site.xml @@ -46,6 +46,7 @@ + diff --git a/src/documentation/resources/stylesheets/disabled-testcases2document.xsl b/src/documentation/resources/stylesheets/disabled-testcases2document.xsl new file mode 100644 index 000000000..7e3fcf501 --- /dev/null +++ b/src/documentation/resources/stylesheets/disabled-testcases2document.xsl @@ -0,0 +1,60 @@ + + + + + + + +
+ Disabled Test Cases +
+ + + + + + +

Currently, there are no known issues to list here!

+
+
+ +
+
+ + +

+ + ():
+ + + + + TODO: Add missing description in disabled-testcases.xml! + + +

+

+ + + +
+ See also: +
+ + diff --git a/src/documentation/sitemap.xmap b/src/documentation/sitemap.xmap index ac47d12ca..18e5ed69d 100644 --- a/src/documentation/sitemap.xmap +++ b/src/documentation/sitemap.xmap @@ -50,5 +50,27 @@ + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5