From 1b94caadec89ea0b80b776fee5fb0af5e63cc3ba Mon Sep 17 00:00:00 2001 From: Vincent Hennebert Date: Wed, 31 Oct 2007 16:53:27 +0000 Subject: Additional testcases for too many columns, this time in header or footer. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@590747 13f79535-47bb-0310-9956-ffa450edef68 --- .../unittests/table/too-many-columns_footer.fo | 70 ++++++++++++++++++++ .../unittests/table/too-many-columns_header.fo | 76 ++++++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 test/fotree/unittests/table/too-many-columns_footer.fo create mode 100644 test/fotree/unittests/table/too-many-columns_header.fo (limited to 'test/fotree/unittests') diff --git a/test/fotree/unittests/table/too-many-columns_footer.fo b/test/fotree/unittests/table/too-many-columns_footer.fo new file mode 100644 index 000000000..04a753d23 --- /dev/null +++ b/test/fotree/unittests/table/too-many-columns_footer.fo @@ -0,0 +1,70 @@ + + + + + + + + + + + + The following table has a row which contains too many + columns. + + + + + Header 1.1 + + + Header 1.2 + + + Header 2.1 + + + Header 2.2 + + + + + Footer 1.1 + + + Footer 1.2 + + + Footer 1.3 + + + + + Cell 1.1 + + + Cell 1.2 + + + Cell 2.1 + + + + + + diff --git a/test/fotree/unittests/table/too-many-columns_header.fo b/test/fotree/unittests/table/too-many-columns_header.fo new file mode 100644 index 000000000..134411264 --- /dev/null +++ b/test/fotree/unittests/table/too-many-columns_header.fo @@ -0,0 +1,76 @@ + + + + + + + + + + + + The following table has a row which contains too many + columns. + + + + + + Header 1.1 + + + Header 1.2 + + + + + Header 2.1 + + + Header 2.2 + + + Header 2.3 + + + + + + + Footer 1.1 + + + Footer 1.2 + + + + + + Cell 1.1 + + + Cell 1.2 + + + Cell 2.1 + + + + + + -- cgit v1.2.3