aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Merge of branch Temp_KnuthStylePageBreaking back into HEAD.Jeremias Maerki2005-05-139-44/+591
| | | | | | | Temp_KnuthStylePageBreaking branch and HEAD have been tagged prior to the merge, so merging uncommitted work from the branch should be easier. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198627 13f79535-47bb-0310-9956-ffa450edef68
* Have to switch off widows and orphans so the results don't get affected by them.Jeremias Maerki2005-03-181-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198502 13f79535-47bb-0310-9956-ffa450edef68
* More text so that the block really breaks to a second line.Jeremias Maerki2005-03-171-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198501 13f79535-47bb-0310-9956-ffa450edef68
* Test for text-indent following the issue on fop-users (without checks so far).Jeremias Maerki2005-03-171-0/+65
| | | | | | | My local code with the Knuth page breaking seems to handle the test case well. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198500 13f79535-47bb-0310-9956-ffa450edef68
* Fixed checkstyle warnings.Jeremias Maerki2005-03-141-7/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198495 13f79535-47bb-0310-9956-ffa450edef68
* Test case for space conditionality (without checks ATM)Jeremias Maerki2005-03-111-0/+67
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198482 13f79535-47bb-0310-9956-ffa450edef68
* Helper blocks to 1) help visualize the testcase and 2) make sure the ↵Jeremias Maerki2005-03-112-0/+2
| | | | | | space-after block area is not discarded by the LM. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198481 13f79535-47bb-0310-9956-ffa450edef68
* Fix validation error.Jeremias Maerki2005-03-081-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198473 13f79535-47bb-0310-9956-ffa450edef68
* First test cases for collapsing borders (disabled for now).Jeremias Maerki2005-02-223-0/+196
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198454 13f79535-47bb-0310-9956-ffa450edef68
* Test cases illustrating Glen's page-number fix. There's still a problem ↵Jeremias Maerki2005-02-213-0/+138
| | | | | | because of the bogus areas, though. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198449 13f79535-47bb-0310-9956-ffa450edef68
* Test case markers5a now works correctly. Added four testcases.Simon Pepping2005-02-205-1/+791
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198448 13f79535-47bb-0310-9956-ffa450edef68
* Disable advanced marker tests as long as they don't work properly.Jeremias Maerki2005-02-171-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198442 13f79535-47bb-0310-9956-ffa450edef68
* setting border-collapse="separate" to make it pass again, now that I started ↵Jeremias Maerki2005-02-171-2/+2
| | | | | | with border collapsing. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198441 13f79535-47bb-0310-9956-ffa450edef68
* border-style "hidden" also forces border-width to 0.Jeremias Maerki2005-02-171-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198440 13f79535-47bb-0310-9956-ffa450edef68
* updated page-master tests.Jeremias Maerki2005-02-172-20/+76
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198437 13f79535-47bb-0310-9956-ffa450edef68
* Adjusting to changes in BorderProps.toString()Jeremias Maerki2005-02-165-72/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198433 13f79535-47bb-0310-9956-ffa450edef68
* Clean-up:Jeremias Maerki2005-02-155-11/+133
| | | | | | | | | | table2 split into table2 (margins and spaces only) and table-border-separate1. table-cell5 renamed to table-border-separate2. table-cell5a renamed to table-border-separate2a. table-cell7 renamed to table-border-separate3 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198429 13f79535-47bb-0310-9956-ffa450edef68
* Simpler and more robust XPath statements.Jeremias Maerki2005-02-122-26/+26
| | | | | | | Suggested by: Simon Pepping git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198427 13f79535-47bb-0310-9956-ffa450edef68
* Test for all border-styles.Jeremias Maerki2005-02-111-0/+137
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198423 13f79535-47bb-0310-9956-ffa450edef68
* Test case for empty-cells attribute.Jeremias Maerki2005-02-111-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198421 13f79535-47bb-0310-9956-ffa450edef68
* Test case for column spanning.Jeremias Maerki2005-02-111-0/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198420 13f79535-47bb-0310-9956-ffa450edef68
* Test cases for table-omit-*-at-break. The one for footer is disabled because ↵Jeremias Maerki2005-02-113-1/+260
| | | | | | it's not implemented, yet. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198419 13f79535-47bb-0310-9956-ffa450edef68
* Test cases for table headers/footers.Jeremias Maerki2005-02-102-0/+246
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198417 13f79535-47bb-0310-9956-ffa450edef68
* Adding an additional block at the end to see if a new block would behave ↵Jeremias Maerki2005-02-101-0/+1
| | | | | | differently. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198412 13f79535-47bb-0310-9956-ffa450edef68
* Test case which indirectly tests the resetPosition() methods on various LMs. ↵Jeremias Maerki2005-02-102-0/+64
| | | | | | Currently, the lines are not rearranged after a page break when a different page-master gets active. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198411 13f79535-47bb-0310-9956-ffa450edef68
* Better XPath statements for certain parser/XSLT combinations.Jeremias Maerki2005-02-0911-84/+84
| | | | | | | Suggested by: Simon Pepping git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198408 13f79535-47bb-0310-9956-ffa450edef68
* Test cases for fixed table layout.Jeremias Maerki2005-02-093-1/+176
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198406 13f79535-47bb-0310-9956-ffa450edef68
* Corrected my interpretation of border-separation.Jeremias Maerki2005-02-091-39/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198405 13f79535-47bb-0310-9956-ffa450edef68
* force fixed table-layout. Without the width auto layout becomes active.Jeremias Maerki2005-02-091-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198404 13f79535-47bb-0310-9956-ffa450edef68
* Test case for border and padding influencing table-cells. Similar to ↵Jeremias Maerki2005-02-091-0/+199
| | | | | | table-cell5 except with horizontal border-spacing and table border and padding. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198401 13f79535-47bb-0310-9956-ffa450edef68
* Test case for border and padding influencing table-cells.Jeremias Maerki2005-02-091-0/+117
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198400 13f79535-47bb-0310-9956-ffa450edef68
* Test case for column-number con table-cell and gaps in a row.Jeremias Maerki2005-02-081-0/+120
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198398 13f79535-47bb-0310-9956-ffa450edef68
* Test case for grouping of table-cells into table-rows.Jeremias Maerki2005-02-081-0/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198392 13f79535-47bb-0310-9956-ffa450edef68
* More table test cases.Jeremias Maerki2005-02-075-2/+391
| | | | | | | table-cell3a currently fails because of a table-row handling problem. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198388 13f79535-47bb-0310-9956-ffa450edef68
* Checks for marker test cases. markers5b disabled because of a bug with table ↵Jeremias Maerki2005-02-073-1/+28
| | | | | | handling that I will fix shortly. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198382 13f79535-47bb-0310-9956-ffa450edef68
* Test for block-progression-dimension and height on table-cell.Jeremias Maerki2005-02-042-1/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198378 13f79535-47bb-0310-9956-ffa450edef68
* Can reenable some tests for table-columns after the last improvement.Jeremias Maerki2005-02-041-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198377 13f79535-47bb-0310-9956-ffa450edef68
* Regression test for label-end() function when there are margins on the ↵Jeremias Maerki2005-02-041-0/+65
| | | | | | page-master and the list-block is a direct child of a flow. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198374 13f79535-47bb-0310-9956-ffa450edef68
* Derived from markers4 these two test cases exercise ↵Jeremias Maerki2005-02-032-0/+230
| | | | | | BlockLayoutManager.addMarkers() where currently some markers are added to the wrong page. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198370 13f79535-47bb-0310-9956-ffa450edef68
* The checks were wrong because of the leading linefeed. Also, the ↵Jeremias Maerki2005-02-031-6/+10
| | | | | | space-before is not suitable in this case ATM for a space before that block. Using a bc with fixed height instead. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198369 13f79535-47bb-0310-9956-ffa450edef68
* Can enable some test cases again.Jeremias Maerki2005-02-021-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198367 13f79535-47bb-0310-9956-ffa450edef68
* Test case showing a problem with empty lines generated by forced linefeeds.Jeremias Maerki2005-02-021-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198363 13f79535-47bb-0310-9956-ffa450edef68
* normal-breaking2 simplified and now showing a different problem that might ↵Jeremias Maerki2005-02-022-0/+53
| | | | | | hint at the problem in normal-breaking2. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198362 13f79535-47bb-0310-9956-ffa450edef68
* Regression test for ArrayOutOfBoundsException in ↵Jeremias Maerki2005-02-012-0/+52
| | | | | | LineLayoutManager.addAreas() (to be fixed). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198360 13f79535-47bb-0310-9956-ffa450edef68
* Adding an example with "no-repeat"Jeremias Maerki2005-02-011-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198358 13f79535-47bb-0310-9956-ffa450edef68
* Special regression test for cases where blocks are empty except for marker ↵Jeremias Maerki2005-02-011-0/+99
| | | | | | elements. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198357 13f79535-47bb-0310-9956-ffa450edef68
* Test for proportional-column-width() function.Jeremias Maerki2005-01-311-0/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198351 13f79535-47bb-0310-9956-ffa450edef68
* Test for height and block-progression-dimension on table-row (disabled ↵Jeremias Maerki2005-01-312-1/+108
| | | | | | because it fails). git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198350 13f79535-47bb-0310-9956-ffa450edef68
* Two test cases testing table-column properties (disabled because they fail).Jeremias Maerki2005-01-313-1/+169
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198349 13f79535-47bb-0310-9956-ffa450edef68
* First most basic test for tables.Jeremias Maerki2005-01-311-0/+106
| | | | git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198348 13f79535-47bb-0310-9956-ffa450edef68