Browse Source

Forgot to add TableColumnColumnNumber testcase to the testsuite


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@592386 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_95beta
Vincent Hennebert 16 years ago
parent
commit
2e221e50a6
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java

+ 1
- 0
test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java View File

@@ -112,6 +112,7 @@ public final class FOTreeTestSuite {
private static void addUnitTestCases(TestSuite suite) {
suite.addTestSuite(TooManyColumnsTestCase.class);
suite.addTestSuite(RowGroupBuilderTestCase.class);
suite.addTestSuite(TableColumnColumnNumberTestCase.class);
}

private static class FOTreeTestCase extends TestCase {

Loading…
Cancel
Save