diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2006-08-21 21:59:30 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2006-08-21 21:59:30 +0000 |
commit | c29f3f30a167f2e1919cd945e7dcf30574326f9a (patch) | |
tree | d0baba44e21f441a9578c8725795998f3c65b562 /test/fotree | |
parent | 3b9321e248bc6100b73afff706d919817999904f (diff) | |
download | xmlgraphics-fop-c29f3f30a167f2e1919cd945e7dcf30574326f9a.tar.gz xmlgraphics-fop-c29f3f30a167f2e1919cd945e7dcf30574326f9a.zip |
Minor fix: set negative values to zero for b-p-d/i-p-d
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@433385 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/fotree')
-rwxr-xr-x | test/fotree/disabled-testcases.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/test/fotree/disabled-testcases.xml b/test/fotree/disabled-testcases.xml index bcf065667..0b623b450 100755 --- a/test/fotree/disabled-testcases.xml +++ b/test/fotree/disabled-testcases.xml @@ -23,19 +23,9 @@ <description></description>
</testcase>
<testcase>
- <name>Negative values on block-progression-dimension</name>
- <file>block-progression-dimension_negative.fo</file>
- <description>The code currently doesn't set negative values to 0mpt as mandated by the spec.</description>
- </testcase>
- <testcase>
- <name>Negative values on inline-progression-dimension</name>
- <file>inline-progression-dimension_negative.fo</file>
- <description>The code currently doesn't set negative values to 0mpt as mandated by the spec.</description>
- </testcase>
- <testcase>
<name>Markers and core function evaluation</name>
<file>from-table-column_marker.fo</file>
<description>The code currently evaluates this function according to the column in which the
- marker appearsin the source document, rather than the column it is retrieved in.</description>
+ marker appears in the source document, rather than the column it is retrieved in.</description>
</testcase>
</disabled-testcases>
|