diff options
author | Simon Pepping <spepping@apache.org> | 2010-12-24 19:28:11 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2010-12-24 19:28:11 +0000 |
commit | e058f4d959c3135516348affa098598fd835da50 (patch) | |
tree | fe52c5fd4e304c307597b8f489a3a4f18ce8aeef /test/layoutengine/standard-testcases/inline_letter-spacing_3.xml | |
parent | c65432227a41435e7955060b1bd140d41a446a7e (diff) | |
download | xmlgraphics-fop-e058f4d959c3135516348affa098598fd835da50.tar.gz xmlgraphics-fop-e058f4d959c3135516348affa098598fd835da50.zip |
Avoid unwrapping and rewrapping of Positions; use inspection instead. Remove unused method removeWordSpace
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1052561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/inline_letter-spacing_3.xml')
-rw-r--r-- | test/layoutengine/standard-testcases/inline_letter-spacing_3.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layoutengine/standard-testcases/inline_letter-spacing_3.xml b/test/layoutengine/standard-testcases/inline_letter-spacing_3.xml index b86162ac1..39eac6d40 100644 --- a/test/layoutengine/standard-testcases/inline_letter-spacing_3.xml +++ b/test/layoutengine/standard-testcases/inline_letter-spacing_3.xml @@ -48,7 +48,7 @@ </fo:root> </fo> <checks> - <eval expected="105384" + <eval expected="117384" xpath="//flow/block[1]/lineArea[1]/inlineparent[1]/@ipd" desc="IPD of containing inline area"/> <eval expected="73368" |