diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2008-05-07 22:45:46 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2008-05-07 22:45:46 +0000 |
commit | ed1db93f52dc1fb48c34a938103f999df5c8f16f (patch) | |
tree | 5c82045c92daa50b3cf618321bd57f2627b78b57 /test/fotree | |
parent | 92e9727bae29acaa5d7567ebef7ca3fd9fd41d2d (diff) | |
download | xmlgraphics-fop-ed1db93f52dc1fb48c34a938103f999df5c8f16f.tar.gz xmlgraphics-fop-ed1db93f52dc1fb48c34a938103f999df5c8f16f.zip |
Corrected errors in ColumnNumberPropertyMaker.java; temporarily disabled two testcases for a non-standard feature
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@654314 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/fotree')
-rw-r--r-- | test/fotree/disabled-testcases.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/fotree/disabled-testcases.xml b/test/fotree/disabled-testcases.xml index 196eafcc4..0d0a76f6b 100644 --- a/test/fotree/disabled-testcases.xml +++ b/test/fotree/disabled-testcases.xml @@ -28,4 +28,14 @@ <description>The code currently evaluates this function according to the column in which the marker appears in the source document, rather than the column it is retrieved in.</description> </testcase> + <testcase> + <name>column-number_negative-or-zero</name> + <file>column-number_negative-or-zero.fo</file> + <description></description> + </testcase> + <testcase> + <name>column-number_non-integer</name> + <file>column-number_non-integer.fo</file> + <description></description> + </testcase> </disabled-testcases> |