選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

knownissues_overview.xml 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" standalone="no"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
  18. <document xmlns:xi="http://www.w3.org/2001/XInclude">
  19. <header>
  20. <title>Apache FOP: Known Issues</title>
  21. <version>$Revision$</version>
  22. </header>
  23. <body>
  24. <section>
  25. <title>Known issues</title>
  26. <p>
  27. This page lists currently known issues in the current release.
  28. </p>
  29. <note>
  30. <p>
  31. For additional information on known issues in Apache FOP, please have a look at the following pages, too:
  32. </p>
  33. <ul>
  34. <li><a href="../bugs.html">the bug list in Bugzilla</a></li>
  35. <li><a href="http://wiki.apache.org/xmlgraphics-fop/FOPProjectTasks">the task list in the Wiki</a></li>
  36. </ul>
  37. </note>
  38. <p>
  39. Apache FOP has an extensive automated testing infrastructure. Parts of this infrastructure are several
  40. sets of test cases. When a test case is listed in disabled-testcases.xml it is disabled in the JUnit
  41. tests during the normal build process. This indicates a problem in the current codebase. When a bug is
  42. fixed or a missing feature is added the entry for the relevant test case(s) are removed.
  43. </p>
  44. <section>
  45. <title>FO Tree</title>
  46. <p>
  47. This section lists disabled test cases in the test suite for the FO tree tests, at the time
  48. of the release.
  49. </p>
  50. <xi:include href="cocoon://knownissues-raw-fotree_0.95.xml#xpointer(/document/body/*)"/>
  51. </section>
  52. <section>
  53. <title>Layout Engine</title>
  54. <p>
  55. This section lists disabled test cases in the test suite for the layout engine tests, at the
  56. time of the release.
  57. </p>
  58. <xi:include href="cocoon://knownissues-raw-layoutengine_0.95.xml#xpointer(/document/body/*)"/>
  59. </section>
  60. <section>
  61. <title>Other known issues</title>
  62. <p>This section lists other known issues.</p>
  63. <xi:include href="cocoon://knownissues-raw-static_0.95.xml#xpointer(/document/body/*)"/>
  64. </section>
  65. </section>
  66. </body>
  67. </document>