From 68e04ccfdfae0d5e474be830a88117ebd081e2c3 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 2 Feb 2005 11:13:55 +0000 Subject: [PATCH] normal-breaking2 simplified and now showing a different problem that might hint at the problem in normal-breaking2. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198362 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 1 + .../testcases/normal-breaking3.xml | 52 +++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 test/layoutengine/testcases/normal-breaking3.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index 66d82b6ae..078e8a103 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -1,6 +1,7 @@ breaks1.xml breaks2.xml normal-breaking2.xml +normal-breaking3.xml table-column1.xml table-column2.xml table-row1.xml \ No newline at end of file diff --git a/test/layoutengine/testcases/normal-breaking3.xml b/test/layoutengine/testcases/normal-breaking3.xml new file mode 100644 index 000000000..d0e071d9f --- /dev/null +++ b/test/layoutengine/testcases/normal-breaking3.xml @@ -0,0 +1,52 @@ + + + + + +

+ This test checks normal breaking. It is a regression test for a special situation + that causes/caused an ArrayOutOfBoundException when the block was broken over to a second page. +

+
+ + + + + + + + + + +line1 +line2 +line3 + + + + + + + + + + + + + +
-- 2.39.5