aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/fo
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-046-0/+40
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-247-18/+18
* Moved the contents of TableBody into a new abstract base class TablePart, whi...Adrian Cumiskey2008-06-212-8/+8
* In collapsed borders, the 'nonLeadingTrailing' case actually corresponds to t...Vincent Hennebert2008-05-081-8/+8
* Added support for conditional borders (and paddings) in tables.Vincent Hennebert2008-01-231-44/+44
* Testcase for the resolution of collapsed and conditional borders in the FO treeVincent Hennebert2007-12-151-0/+214
* Added check for table-cells which span more rows than available in their pare...Vincent Hennebert2007-11-063-11/+95
* Finalised testcase for RowGroupBuilder and added it to the testsuiteVincent Hennebert2007-11-061-45/+15
* Renamed TableRowIteratorTestCase into RowGroupBuilderTestCaseVincent Hennebert2007-11-051-2/+2
* Moved table-related FObj into new o.a.fop.fo.flow.table packageVincent Hennebert2007-11-055-6/+6
* First step towards building row groups at the FO tree stage. The built row gr...Vincent Hennebert2007-11-053-2/+209
* Reworked the creation of implicit columns to match new behaviour: the number ...Vincent Hennebert2007-11-021-2/+24
* Testcases for fo:table-columnVincent Hennebert2007-11-013-12/+145
* Additional testcases for too many columns, this time in header or footer.Vincent Hennebert2007-10-311-0/+8
* - Enforced check for proper number of columns in a table. Now if a table has ...Vincent Hennebert2007-10-312-0/+105