Browse Source

Renamed TableRowIteratorTestCase into RowGroupBuilderTestCase


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@592110 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_95beta
Vincent Hennebert 16 years ago
parent
commit
6e2c1b6791

test/java/org/apache/fop/fo/flow/table/TableRowIteratorTestCase.java → test/java/org/apache/fop/fo/flow/table/RowGroupBuilderTestCase.java View File

@@ -26,9 +26,9 @@ import java.util.List;
* Tests that TableRowIterator returns, for each part of a table, the expected number of
* row-groups with the expected number or rows in each.
*/
public class TableRowIteratorTestCase extends AbstractTableTestCase {
public class RowGroupBuilderTestCase extends AbstractTableTestCase {

public TableRowIteratorTestCase() throws Exception {
public RowGroupBuilderTestCase() throws Exception {
super();
}


Loading…
Cancel
Save