You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by vh...@apache.org on 2007/11/06 12:33:50 UTC

svn commit: r592386 - /xmlgraphics/fop/trunk/test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java

Author: vhennebert
Date: Tue Nov  6 03:33:49 2007
New Revision: 592386

URL: http://svn.apache.org/viewvc?rev=592386&view=rev
Log:
Forgot to add TableColumnColumnNumber testcase to the testsuite

Modified:
    xmlgraphics/fop/trunk/test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java

Modified: xmlgraphics/fop/trunk/test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java?rev=592386&r1=592385&r2=592386&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java (original)
+++ xmlgraphics/fop/trunk/test/java/org/apache/fop/fotreetest/FOTreeTestSuite.java Tue Nov  6 03:33:49 2007
@@ -112,6 +112,7 @@
     private static void addUnitTestCases(TestSuite suite) {
         suite.addTestSuite(TooManyColumnsTestCase.class);
         suite.addTestSuite(RowGroupBuilderTestCase.class);
+        suite.addTestSuite(TableColumnColumnNumberTestCase.class);
     }
 
     private static class FOTreeTestCase extends TestCase {



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org