From 11d47a815eb1b9f4415a608657e00b88a0068be9 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Thu, 26 Jan 2006 11:05:43 +0000 Subject: Bugzilla #38397: Bugfix: Spanned cells could lead to an false error message about overlapping cells and ultimately a NullPointerException. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@372504 13f79535-47bb-0310-9956-ffa450edef68 --- .../table-cell_number-rows-spanned_bug38397.xml | 97 ++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml (limited to 'test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml') diff --git a/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml b/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml new file mode 100644 index 000000000..a6bbb5c99 --- /dev/null +++ b/test/layoutengine/standard-testcases/table-cell_number-rows-spanned_bug38397.xml @@ -0,0 +1,97 @@ + + + + + +

+ This test checks a bug with column number assignement in concert with row spanning. With the bug present, + the code produces an NPE in PrimaryGridUnit.getStartEndBorderWidths() as a follow-up problem. +

+
+ + + + + + + + + + + + + + + + + + cell1 + + + cell2 + + + cell3 + + + + + cell4 + + + + + cell5 + + + cell6 + + + + + cell7 + + + cell8 + + + cell9 + + + + + cell10 + + + cell11 + + + + + cell12 + + + + + + + + + + + +
-- cgit v1.2.3