diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-08-30 15:35:37 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-08-30 15:35:37 +0000 |
commit | bcbc006c0c8c7dca492889df68a1fc52f220c457 (patch) | |
tree | 37a15293bef3a97571d33e28878101bae33776c4 /test/layoutengine | |
parent | 95cba97324944482e073c34662cb43ed8d637841 (diff) | |
download | xmlgraphics-fop-bcbc006c0c8c7dca492889df68a1fc52f220c457.tar.gz xmlgraphics-fop-bcbc006c0c8c7dca492889df68a1fc52f220c457.zip |
Fix for text-align2.xml (for real now). The alignment used to set up the element list was not properly determined.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@264797 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine')
-rw-r--r-- | test/layoutengine/disabled-testcases.txt | 1 | ||||
-rw-r--r-- | test/layoutengine/testcases/text-align2.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index ec859f27b..9d2b0e01a 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -34,7 +34,6 @@ table-border-collapse2.xml table-border-separate1.xml table-column4.xml table-fixed2.xml -text-align2.xml word-spacing1.xml word-spacing2.xml word-spacing3.xml diff --git a/test/layoutengine/testcases/text-align2.xml b/test/layoutengine/testcases/text-align2.xml index 1230bafa9..e6fdd55cd 100644 --- a/test/layoutengine/testcases/text-align2.xml +++ b/test/layoutengine/testcases/text-align2.xml @@ -46,6 +46,6 @@ <true xpath="not(boolean(//flow/block[2]/lineArea[1]/@start-indent))"/>
<true xpath="not(boolean(//flow/block[3]/lineArea[1]/@start-indent))"/>
<true xpath="//flow/block[1]/lineArea[1]/text/@ipd = //flow/block[2]/lineArea[1]/text/@ipd"/>
- <true xpath="//flow/block[1]/lineArea[1]/text/@ipd = //flow/block[3]/lineArea[1]/text/@ipd"/>
+ <true xpath="//flow/block[1]/lineArea[1]/text/@ipd > //flow/block[3]/lineArea[1]/text/@ipd"/>
</checks>
</testcase>
|