From a93634dadadc42f663d72755caeebcf9cead12ad Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Mon, 31 Jan 2005 14:53:57 +0000 Subject: [PATCH] Two test cases testing table-column properties (disabled because they fail). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198349 13f79535-47bb-0310-9956-ffa450edef68 --- test/layoutengine/disabled-testcases.txt | 4 +- test/layoutengine/testcases/table-column1.xml | 95 +++++++++++++++++++ test/layoutengine/testcases/table-column2.xml | 71 ++++++++++++++ 3 files changed, 169 insertions(+), 1 deletion(-) create mode 100644 test/layoutengine/testcases/table-column1.xml create mode 100644 test/layoutengine/testcases/table-column2.xml diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt index 91ab31018..d1df54f18 100644 --- a/test/layoutengine/disabled-testcases.txt +++ b/test/layoutengine/disabled-testcases.txt @@ -1,2 +1,4 @@ breaks1.xml -breaks2.xml \ No newline at end of file +breaks2.xml +table-column1.xml +table-column2.xml \ No newline at end of file diff --git a/test/layoutengine/testcases/table-column1.xml b/test/layoutengine/testcases/table-column1.xml new file mode 100644 index 000000000..f78bb5949 --- /dev/null +++ b/test/layoutengine/testcases/table-column1.xml @@ -0,0 +1,95 @@ + + + + + +

+ This test checks tables, especially table-columns. +

+
+ + + + + + + + + + + + + + + + + cell1 + + + cell2 + + + cell3 + + + cell4 + + + cell5 + + + cell6 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/test/layoutengine/testcases/table-column2.xml b/test/layoutengine/testcases/table-column2.xml new file mode 100644 index 000000000..c298efb63 --- /dev/null +++ b/test/layoutengine/testcases/table-column2.xml @@ -0,0 +1,71 @@ + + + + + +

+ This test checks tables, especially table-columns. Specifying the column in reverse order using column-number. +

+
+ + + + + + + + + + + + + + + + + cell1 + + + cell2 + + + cell3 + + + + + + + + + + + + + + + + + + + + + + + + +
-- 2.39.5