aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/layoutengine
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #52151: added ant script to get JaCoCo code coverageVincent Hennebert2011-11-182-2/+66
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-072-3/+3
* Bugzilla#512010: Simplification of the build.Peter Hancock2011-10-193-52/+287
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-044-206/+216
* Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-188-306/+167
* Bugzilla #49733:Jeremias Maerki2010-08-141-1/+1
* Application of the patch submitted by Alexander Kiel to improve variable name...Adrian Cumiskey2009-10-151-18/+18
* Fixed test error for transcoders.Jeremias Maerki2009-01-302-66/+183
* Run AT tests only if there are such tests.Jeremias Maerki2008-12-111-3/+7
* Removed temporary debug code.Jeremias Maerki2008-08-131-37/+1
* Added support for bookmarks to intermediate format (including PDF painter).Jeremias Maerki2008-08-123-23/+111
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-248-77/+77
* Checkstyle and minor typo fixesVincent Hennebert2008-05-091-26/+26
* * Added font substitution configuration reader, model, business logic, junit ...Adrian Cumiskey2008-05-061-2/+2
* Now tunneling all events through a special event listener in tests. This serv...Jeremias Maerki2008-04-172-19/+31
* Make the fop.layoutengine.disabled property work with fop.layoutengine.starts...Vincent Hennebert2007-04-171-0/+1
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-289-45/+54
* Set a PrefixResolver for the "true" check, too, not only for "eval".Jeremias Maerki2006-06-082-14/+24
* Extended PageViewport to carry foreign attributes.Jeremias Maerki2006-05-181-1/+13
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-7/+10
* Added support for fixed-width spaces and kerning.Jeremias Maerki2006-03-161-4/+24
* TransformerHandler changed to ContentHandler to allow easier integration of X...Chris Bowditch2006-01-271-1/+1
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-14/+20
* Create a new check type for the formatting results. For now onlySimon Pepping2006-01-083-5/+98
* Added license header to disabled testcases XML file. Removed obsolete files a...Joerg Pietschmann2005-11-201-12/+0
* JDK 1.3 compatibility. Jeremias Maerki2005-11-181-17/+21
* XMLified files describing disabled testcases for layout engine and FO treeJoerg Pietschmann2005-11-181-1/+67
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-2/+2
* Separated JUnit layout tests such that the majority are still run even if no ...Manuel Mall2005-11-101-1/+5
* Enable stretch and shrink checking on glues.Jeremias Maerki2005-10-131-1/+16
* Bugzilla #36379:Finn Bock2005-08-311-0/+1
* Background trait's toString() streamlined. Test cases adjusted accordingly. Jeremias Maerki2005-08-291-0/+3
* Some general housekeeping. No functional changes.Jeremias Maerki2005-08-101-0/+3
* Support checking for the auxiliary flag on boxes.Jeremias Maerki2005-08-101-0/+12
* Allow "<0" and ">0" expressions for the "p" part on a penalty.Jeremias Maerki2005-08-021-15/+29
* Made the testcase filter available to the outside (for visual testing). Jeremias Maerki2005-07-281-8/+19
* Optional attribute "fail-msg" for the "true" check so a custom error message ...Jeremias Maerki2005-07-261-3/+12
* Element list logging facility resurrected as an ElementListObserver (see Logg...Jeremias Maerki2005-05-238-39/+421
* -Dfop.layoutengine.starts-with=breaks selects all tests that begin with "brea...Jeremias Maerki2005-01-311-0/+5
* Set base URL so relative URLs work in testsJeremias Maerki2005-01-241-1/+5
* getLocalName() doesn't seem to work in this case in JDK 1.4.1.Jeremias Maerki2005-01-171-1/+1
* Using only DOM elements to create checks. This should help avoid errors due t...Jeremias Maerki2005-01-171-6/+9
* Style fixJeremias Maerki2005-01-121-1/+1
* Add ability to optionally specify a simple textfile with a list of filenames ...Jeremias Maerki2005-01-061-2/+28
* Ability to restrict the testcases being processed to one for debugging. Just ...Jeremias Maerki2005-01-061-1/+12
* XObject.str() fails the second time it is called. Makes debugging difficult. ...Jeremias Maerki2005-01-061-2/+3
* Adding new eval check for simpler checks and more informative error messages.Jeremias Maerki2005-01-062-0/+80
* Initial version of a layout engine testing subsystem.Jeremias Maerki2005-01-054-0/+386