From 4b49d263fc0b9489934f9649b890eaf039a9490b Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Tue, 21 Jun 2005 12:04:12 +0000 Subject: [PATCH] Test cases showing ClassCastExceptions with fo:blocks inside fo:inline and fo:wrapper because InlineLayoutManager currently doesn't expect block-level nodes. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198756 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 2 ++ test/layoutengine/testcases/inline1.xml | 41 ++++++++++++++++++++++++ test/layoutengine/testcases/wrapper1.xml | 41 ++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 test/layoutengine/testcases/inline1.xml create mode 100644 test/layoutengine/testcases/wrapper1.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index 83eb9fd37..f27e30ab8 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -1,5 +1,6 @@ external-graphic1.xml external-graphic2.xml +inline1.xml keep-with-previous2.xml keep-with-previous3.xml keep-with-previous4.xml @@ -9,3 +10,4 @@ normal-breaking4.xml table-border-collapse1.xml table-border-collapse2.xml table-fixed2.xml +wrapper1.xml diff --git a/test/layoutengine/testcases/inline1.xml b/test/layoutengine/testcases/inline1.xml new file mode 100644 index 000000000..5f7e74b35 --- /dev/null +++ b/test/layoutengine/testcases/inline1.xml @@ -0,0 +1,41 @@ + + + + + +

+ This test checks fo:inline and nested nodes. +

+
+ + + + + + + + + + part1part2 + + + + + + + +
diff --git a/test/layoutengine/testcases/wrapper1.xml b/test/layoutengine/testcases/wrapper1.xml new file mode 100644 index 000000000..542cd8938 --- /dev/null +++ b/test/layoutengine/testcases/wrapper1.xml @@ -0,0 +1,41 @@ + + + + + +

+ This test checks fo:wrapper and nested nodes. +

+
+ + + + + + + + + + part1part2 + + + + + + + +
-- 2.39.5