aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/layoutengine/LayoutEngineTestSuite.java
Commit message (Expand)AuthorAgeFilesLines
* Transition source to standard maven hierarchy (initial).Glenn Adams2016-03-031-32/+0
* Cosmetics only: enabled Checkstyle for test files and fixed resulting errorsVincent Hennebert2013-12-171-1/+1
* Bugzilla 52136: Added to build file JUnit target that uses a regex to run all...Vincent Hennebert2011-11-071-1/+1
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-041-188/+6
* Added id element to intermediate format to track the origin of content.Vincent Hennebert2011-04-181-28/+20
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-18/+18
* Now tunneling all events through a special event listener in tests. This serv...Jeremias Maerki2008-04-171-12/+17
* 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-281-5/+6
* New feature: "Intermediate format" (IF). The IF is basically the XML dialect ...Jeremias Maerki2006-01-171-14/+20
* 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
* Separated JUnit layout tests such that the majority are still run even if no ...Manuel Mall2005-11-101-1/+5
* Bugzilla #36379:Finn Bock2005-08-311-0/+1
* Made the testcase filter available to the outside (for visual testing). Jeremias Maerki2005-07-281-8/+19
* Element list logging facility resurrected as an ElementListObserver (see Logg...Jeremias Maerki2005-05-231-0/+5
* -Dfop.layoutengine.starts-with=breaks selects all tests that begin with "brea...Jeremias Maerki2005-01-311-0/+5
* 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
* Initial version of a layout engine testing subsystem.Jeremias Maerki2005-01-051-0/+88