diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2005-12-30 18:30:25 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2005-12-30 18:30:25 +0000 |
commit | 4f4eea4b9d8ef81e4441a9f46b504f0b128b8b8d (patch) | |
tree | dc26534ed245f37144123ad8ac80658a9d63af13 | |
parent | 5754c9c47a484e98b27f95c17e77f4c24a5866de (diff) | |
download | xmlgraphics-fop-4f4eea4b9d8ef81e4441a9f46b504f0b128b8b8d.tar.gz xmlgraphics-fop-4f4eea4b9d8ef81e4441a9f46b504f0b128b8b8d.zip |
Correction of expected result
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@360134 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | test/layoutengine/standard-testcases/linearea_nonempty_1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layoutengine/standard-testcases/linearea_nonempty_1.xml b/test/layoutengine/standard-testcases/linearea_nonempty_1.xml index 955bcf069..f8080ba0b 100644 --- a/test/layoutengine/standard-testcases/linearea_nonempty_1.xml +++ b/test/layoutengine/standard-testcases/linearea_nonempty_1.xml @@ -92,7 +92,7 @@ in an </fo:root> </fo> <checks> - <eval expected="maybe" xpath="//flow/block[1]/block[1]/block[1]/block[1]/block[1]/block[1]/lineArea[2]"/> + <eval expected="maybe" xpath="//flow/block[1]/block[1]/block[1]/block[1]/block[1]/block[1]/lineArea[1]"/> </checks> </testcase> |