diff options
author | Simon Pepping <spepping@apache.org> | 2007-09-25 08:26:02 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2007-09-25 08:26:02 +0000 |
commit | 6ff12c3d532811cbd0fdd7551fb9efd648f956b7 (patch) | |
tree | 9fd4bc4a7709f92a0818d9b0f415ffea73287e3f /test/java | |
parent | e4042453799b777ea879a55e9afd99a74a38aaf6 (diff) | |
download | xmlgraphics-fop-6ff12c3d532811cbd0fdd7551fb9efd648f956b7.tar.gz xmlgraphics-fop-6ff12c3d532811cbd0fdd7551fb9efd648f956b7.zip |
Merged revisions 520001-530000 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r520797 | jeremias | 2007-03-21 09:13:21 +0100 (Wed, 21 Mar 2007) | 1 line
Fixed a problem with the auto-rotate-landscape setting in the PostScript renderer. It didn't generate the right setpagedevice command.
........
r520886 | jeremias | 2007-03-21 14:48:24 +0100 (Wed, 21 Mar 2007) | 1 line
Note about relative URLs
........
r520894 | jeremias | 2007-03-21 15:08:02 +0100 (Wed, 21 Mar 2007) | 1 line
Updated the website deployment process.
........
r521185 | vhennebert | 2007-03-22 11:13:25 +0100 (Thu, 22 Mar 2007) | 4 lines
Small improvements in the SpaceResolver class:
- constructor made private as it shouldn't be called by other classes
- inner classes made static; they are candidate for later becoming top-level classes
........
r521640 | jeremias | 2007-03-23 10:19:04 +0100 (Fri, 23 Mar 2007) | 1 line
Avoid an IndexOutOfBoundsException when more columns are used than are specified even though this is illegal with fixed table layout.
........
r521713 | jeremias | 2007-03-23 14:08:32 +0100 (Fri, 23 Mar 2007) | 2 lines
Better document some of the code in RowPainter.
Added a check in table-cell_number-rows-spanned_bug38397.xml which is the reason for one of the if-branches in RowPainter. It wan't tested previously so that if-branch could easily be mistaken to be useless.
........
r521744 | jeremias | 2007-03-23 15:37:19 +0100 (Fri, 23 Mar 2007) | 2 lines
Some more comments for RowPainter.
Additional test that checks that no cell paints more than one area in that case. Because if you remove one or more of the checks now newly commented, you get multiple areas.
........
r522061 | jbryant | 2007-03-24 18:28:10 +0100 (Sat, 24 Mar 2007) | 1 line
Added an Area of Expertise for Jay Bryant
........
r522907 | vhennebert | 2007-03-27 15:42:12 +0200 (Tue, 27 Mar 2007) | 3 lines
- add border-collapse="separate" to the properties of tables in some testcases, in preparation for the soon-to-be-enabled border-collapsing model
- fix svn keywords for region_display-align_table.xml
........
r522908 | vhennebert | 2007-03-27 15:46:22 +0200 (Tue, 27 Mar 2007) | 2 lines
Factorize in a method the code handling TableContentPosition elements, in TableContentLayoutManager.
........
r523349 | vhennebert | 2007-03-28 16:49:58 +0200 (Wed, 28 Mar 2007) | 7 lines
TableRowIterator:
- bugfix: add the correct grid unit for a col span
RowPainter.addAreasAndFlushRow:
- substract a part of this method into another method
- avoid calling it twice by properly resetting lastRow
- simplify it thanks to the previous point and the bugfix above
........
r523353 | vhennebert | 2007-03-28 16:52:55 +0200 (Wed, 28 Mar 2007) | 2 lines
Fix typo in RowPainter property: svn:kewords -> svn:keywords
........
r523374 | vhennebert | 2007-03-28 17:41:08 +0200 (Wed, 28 Mar 2007) | 2 lines
Replace deprecated addBorders method with the new ones in addAreas
........
r523452 | jeremias | 2007-03-28 22:28:23 +0200 (Wed, 28 Mar 2007) | 2 lines
Don't log a stacktrace when a JPEG is encountered that has a bad ICC profile and give a nicer warning message.
Log the event when a CMYK JPEG with an APPE marker is encountered.
........
r523562 | clay | 2007-03-29 07:18:28 +0200 (Thu, 29 Mar 2007) | 1 line
minor typo fix
........
r524014 | vhennebert | 2007-03-30 11:49:38 +0200 (Fri, 30 Mar 2007) | 2 lines
Add explicit border-collapse="separate" property in preparation for the implementation of the border-collapsing model
........
r524062 | vhennebert | 2007-03-30 14:25:19 +0200 (Fri, 30 Mar 2007) | 4 lines
- fix the painting of borders for spanning cells in collapsing model
- rename gridUnit into primaryGridUnit in TableCellLM for clarity
- fix some checkstyle issues
........
r524571 | jeremias | 2007-04-01 12:02:43 +0200 (Sun, 01 Apr 2007) | 2 lines
Bugfix for keep-with-next inside tables:
Once a keep-with-next was set inside a table, the FO following the table would always be glued to the previous table.
........
r524578 | jeremias | 2007-04-01 12:34:57 +0200 (Sun, 01 Apr 2007) | 1 line
Removed misleading comment.
........
r524600 | jbryant | 2007-04-01 16:45:59 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destination
........
r524601 | jbryant | 2007-04-01 16:46:38 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destination
........
r524602 | jbryant | 2007-04-01 16:48:54 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destination
........
r524603 | jbryant | 2007-04-01 16:49:12 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destination
........
r524604 | jbryant | 2007-04-01 16:49:29 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destination
........
r524605 | jbryant | 2007-04-01 16:49:45 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destination
........
r524606 | jbryant | 2007-04-01 16:50:36 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destinations
........
r524607 | jbryant | 2007-04-01 16:50:58 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destinations
........
r524608 | jbryant | 2007-04-01 16:51:19 +0200 (Sun, 01 Apr 2007) | 1 line
changes to support named destinations
........
r524759 | vhennebert | 2007-04-02 11:56:53 +0200 (Mon, 02 Apr 2007) | 2 lines
In collapsing-border model, tables have no padding and borders are determined at the cell level. Disable addPendingMarks in such a case.
........
r524800 | jbryant | 2007-04-02 16:53:03 +0200 (Mon, 02 Apr 2007) | 1 line
New class to support named destinations
........
r525078 | vhennebert | 2007-04-03 10:14:05 +0200 (Tue, 03 Apr 2007) | 4 lines
- fix minor checkstyle issues
- add missing headers
- add an entry in status.xml for the new named destinations feature
........
r525081 | vhennebert | 2007-04-03 10:23:11 +0200 (Tue, 03 Apr 2007) | 2 lines
No change; just add svn:keywords and svn:Id properties on new files
........
r525089 | vhennebert | 2007-04-03 10:48:23 +0200 (Tue, 03 Apr 2007) | 2 lines
Add a "new committer" entry for Jay in the news file. A bit late, sorry Jay!
........
r525253 | spepping | 2007-04-03 21:40:14 +0200 (Tue, 03 Apr 2007) | 3 lines
Allow for the case where a block-container occurs inside an inline
FO. This solves bug 42024.
........
r525526 | jeremias | 2007-04-04 17:05:30 +0200 (Wed, 04 Apr 2007) | 4 lines
Fixes for issues introduced with fox:destination:
DestinationElementMapping masks ExtensionElementMapping. That caused the tests for widow/orphan extension on tables to fail.
Improved Block child validation code (will need to be done for all FOs where fox:destination should be valid. Currently works only as child of fo:block or above fo:page-sequence where no layout managers are constructed.
No LMMaker for fox:destination. Improved the handling there so adding the extension element to the list there isn't necessary.
........
r526315 | jbryant | 2007-04-07 01:20:19 +0200 (Sat, 07 Apr 2007) | 1 line
Added a PDFGoTo to the PDFDestination handler, so that Destinations properly jump to the page referenced by the PDFGoTo.
........
r526711 | bdelacretaz | 2007-04-09 13:13:47 +0200 (Mon, 09 Apr 2007) | 1 line
Marking myself inactive, new job means I'll most probably not work on FOP in the next few months
........
r527379 | jbryant | 2007-04-11 04:58:57 +0200 (Wed, 11 Apr 2007) | 1 line
Created a comparator for named destinations, to enable sorting the list of destinations.
........
r527380 | jbryant | 2007-04-11 04:59:55 +0200 (Wed, 11 Apr 2007) | 1 line
Added sorting of the list of named destinations (necessary to have more than one destination in a document, unless you get lucky and have them in the proper order by coincidence)
........
r529507 | vhennebert | 2007-04-17 08:58:26 +0200 (Tue, 17 Apr 2007) | 3 lines
- add svn:keywords and svn:eol-style properties
- style touch up
........
r529544 | vhennebert | 2007-04-17 11:44:47 +0200 (Tue, 17 Apr 2007) | 2 lines
Style only: fix indentation
........
r529667 | vhennebert | 2007-04-17 18:21:45 +0200 (Tue, 17 Apr 2007) | 2 lines
Make the fop.layoutengine.disabled property work with fop.layoutengine.starts-with
........
r529670 | vhennebert | 2007-04-17 18:44:57 +0200 (Tue, 17 Apr 2007) | 3 lines
- add a columnCount field for clarity
- remove unneeded parameter from the getNextStep method
........
r529920 | vhennebert | 2007-04-18 10:46:58 +0200 (Wed, 18 Apr 2007) | 2 lines
Replace the array of forced breaks with a single boolean, which should be enough.
........
r529921 | vhennebert | 2007-04-18 10:48:58 +0200 (Wed, 18 Apr 2007) | 2 lines
Replace the seqCount integer with a stepFound boolean in the getNextStep method
........
r529926 | vhennebert | 2007-04-18 10:52:56 +0200 (Wed, 18 Apr 2007) | 2 lines
... and correct the test for early returning if stepFound is false
........
r529930 | vhennebert | 2007-04-18 11:00:53 +0200 (Wed, 18 Apr 2007) | 2 lines
Extract the logic for advancing to the next grid row, from the getNextStep method to a new one.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_Interleaved_Page_Line_Breaking@579118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/java')
-rw-r--r-- | test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java b/test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java index a04fa8064..99a63f2b7 100644 --- a/test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java +++ b/test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java @@ -140,6 +140,7 @@ public class LayoutEngineTestSuite { } else if (startsWith != null) { filter = new PrefixFileFilter(startsWith); filter = new AndFileFilter(filter, new SuffixFileFilter(".xml")); + filter = decorateWithDisabledList(filter); } else { filter = new SuffixFileFilter(".xml"); filter = decorateWithDisabledList(filter); |