From 6f0bc238d4b910862ae79835fb6f30ac6beac7d6 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 10 Feb 2005 12:50:07 +0000 Subject: [PATCH] Test case which indirectly tests the resetPosition() methods on various LMs. Currently, the lines are not rearranged after a page break when a different page-master gets active. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198411 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 1 + .../testcases/normal-breaking4.xml | 63 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 test/layoutengine/testcases/normal-breaking4.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index bc18f5f9c..6ddf1f634 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -1,5 +1,6 @@ breaks1.xml breaks2.xml markers5a.xml +normal-breaking4.xml table-cell3a.xml table-fixed2.xml \ No newline at end of file diff --git a/test/layoutengine/testcases/normal-breaking4.xml b/test/layoutengine/testcases/normal-breaking4.xml new file mode 100644 index 000000000..e189b8149 --- /dev/null +++ b/test/layoutengine/testcases/normal-breaking4.xml @@ -0,0 +1,63 @@ + + + + + +

+ This test checks normal breaking. It checks if lines are properly rearranged (reset) + after a page break, especially when a new page-master becomes active. +

+
+ + + + + + + + + + + + + + + + + +Apache FOP is a great tool to create PDF documents with. +Apache FOP is a great tool to create PDF documents with. +Apache FOP is a great tool to create PDF documents with. +Apache FOP is a great tool to create PDF documents with. +Apache FOP is a great tool to create PDF documents with. + + + + + + + + + "/> + + + + "/> + + + +
-- 2.39.5