aboutsummaryrefslogtreecommitdiffstats
path: root/test/java/org/apache/fop/BasicDriverTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla #51928: Upgraded all tests to JUnit 4Vincent Hennebert2011-10-041-7/+7
* Fed up with all those trailing whitespaces. Let's remove them all (once... an...Vincent Hennebert2008-07-241-12/+12
* Changed license headers and updated NOTICE file according to: http://www.apac...Jeremias Maerki2006-07-281-5/+6
* Merged Temp_API_Finalization branch back into FOP Trunk:Jeremias Maerki2006-03-271-8/+13
* Command-line support for the intermediate format: Use "-atin" to specify an a...Jeremias Maerki2006-01-241-3/+1
* Deprecated constructors Fop(int) and Fop(int, FOUserAgent).Jeremias Maerki2005-11-121-4/+5
* Moved CLI to its own package. New main class is org.apache.fop.cli.Main. Jeremias Maerki2005-08-231-1/+1
* Some general housekeeping. No functional changes.Jeremias Maerki2005-08-101-4/+0
* Removed DOM-related tests as discussed. We don't want to test the buggy innar...Jeremias Maerki2005-08-101-35/+1
* Took advantage of the Transformer similarities between FO input andGlen Mazza2004-07-251-2/+1
* Removed the non-File constructors from the InputHandler subclasses in favorGlen Mazza2004-07-251-1/+1
* Combined the apps.Driver class into apps.Fop. (195 LOC total.) PrimaryGlen Mazza2004-07-241-21/+21
* 1.) render() methods moved from Driver to XSLTInputHandler and FOFileHandler.Glen Mazza2004-07-201-20/+1
* 1.) Moved exclusively to Simon's DefaultHandler object for both TransformerGlen Mazza2004-07-191-4/+4
* 1.) Driver constructor modified to require RenderType, and setter functionsGlen Mazza2004-07-191-12/+6
* Removed the Driver.run() method in favor of JAXP.Glen Mazza2004-07-141-32/+0
* Switch to JAXP identity transformation for DOM Document example.Glen Mazza2004-07-071-4/+10
* 1.) Moved the CommandLineOptions' InputHandler object into FOUserAgent, allowingGlen Mazza2004-06-251-11/+0
* Change of file to use Commons-logging.Glen Mazza2004-04-021-12/+10
* Applied Apache License Version 2.0 by following the instructions at http://ww...Jeremias Maerki2004-02-271-46/+14
* Basic functionality tests for PS and RTF besides PDF. Still no detailed outpu...Jeremias Maerki2003-11-081-1/+43
* Fixed Testcase. Joerg Pietschmann2003-09-271-22/+1
* Initial set of test casesJeremias Maerki2003-07-041-0/+235