From 3eb942fd361204404fbe7f946ae1c319637e4bf1 Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Fri, 24 Feb 2006 11:39:01 +0000 Subject: Avoid a NullPointerException when fo:title is empty. Let PSLM and ContentLM create LMs via LayoutManagerMaker. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@380646 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/title_empty.xml | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 test/layoutengine/standard-testcases/title_empty.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/title_empty.xml b/test/layoutengine/standard-testcases/title_empty.xml new file mode 100644 index 000000000..ba1b0829f --- /dev/null +++ b/test/layoutengine/standard-testcases/title_empty.xml @@ -0,0 +1,45 @@ + + + + + +

+ This test checks that an empty fo:title does not cause a +NullPointerException and does not generate any text. +

+
+ + + + + + + + + + + + + + + + + + + +
-- cgit v1.2.3