From a806e6360ab5f703dfd15e8565e3b456f800cd8b Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 3 May 2006 08:30:56 +0000 Subject: Bugzilla #38243: Bugfix for NPE when there are gaps in the table-column setup. Submitted by: Gerhard Oettl git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@399200 13f79535-47bb-0310-9956-ffa450edef68 --- .../standard-testcases/table-column_gap.xml | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table-column_gap.xml (limited to 'test') diff --git a/test/layoutengine/standard-testcases/table-column_gap.xml b/test/layoutengine/standard-testcases/table-column_gap.xml new file mode 100644 index 000000000..df4d775bd --- /dev/null +++ b/test/layoutengine/standard-testcases/table-column_gap.xml @@ -0,0 +1,58 @@ + + + + + +

+ This test checks gaps in the table-column setup. Bug 38243 describes a NullPointerException in this case. +

+
+ + + + + + + + + + + + + + + + + cell 1/1 + + + + + cell 1/3 + + + + + + + + + + + + +
-- cgit v1.2.3