diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2011-03-27 14:32:21 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2011-03-27 14:32:21 +0000 |
commit | 8ba2be7b375fffc306ff6eba5e29aa90baae2fca (patch) | |
tree | 743963893cf343bea2679bde3096a68f6bc39879 /test/layoutengine | |
parent | a1bfc206713cecbf81025ce7e8dc4dde4be1c43f (diff) | |
download | xmlgraphics-fop-8ba2be7b375fffc306ff6eba5e29aa90baae2fca.tar.gz xmlgraphics-fop-8ba2be7b375fffc306ff6eba5e29aa90baae2fca.zip |
Properly fix the case of unresolved bookmarks for the intermediate format: bypass serialization of the bookmarks, instead of only its action.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1085944 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine')
-rw-r--r-- | test/layoutengine/standard-testcases/bookmarks_1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layoutengine/standard-testcases/bookmarks_1.xml b/test/layoutengine/standard-testcases/bookmarks_1.xml index 5b9b23718..85cb80cc3 100644 --- a/test/layoutengine/standard-testcases/bookmarks_1.xml +++ b/test/layoutengine/standard-testcases/bookmarks_1.xml @@ -44,10 +44,10 @@ </fo:bookmark> <!-- add a reference to a non-existing id; should only trigger a warning see Bugzilla 50593 + --> <fo:bookmark internal-destination="chapterX-secX"> <fo:bookmark-title>Section X</fo:bookmark-title> </fo:bookmark> - --> </fo:bookmark> <fo:bookmark internal-destination="bc"> <fo:bookmark-title>Fixed Block Container</fo:bookmark-title> |